Fixed merge errors

This commit is contained in:
Garrett Moon 2013-06-10 17:39:34 -05:00
parent 03b00ae1f9
commit bf9d3bfc0e
1 changed files with 6 additions and 4 deletions

View File

@ -824,6 +824,7 @@ $tree = get_tree("docs");
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/daux-blue.css">
<!-- hightlight.js -->
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
@ -837,6 +838,9 @@ $tree = get_tree("docs");
$(this).parent().siblings().find('ul').slideUp();
$(this).next().slideToggle();
});
// Bootstrap Table Class
$('table').addClass('table');
});
</script>
</head>
@ -885,8 +889,6 @@ $tree = get_tree("docs");
<? } ?>
</div>
<? } ?>
</div>
</div>
<div class="right-column float-view content-area span9">