Adding bootstrap table class

This commit is contained in:
Justin Walsh 2013-06-06 15:20:28 -05:00
parent a60c5c1959
commit 3534980b4d
1 changed files with 5 additions and 4 deletions

View File

@ -859,10 +859,6 @@ $tree = get_tree("docs");
padding: 0; padding: 0;
} }
table {
width: 100%;
}
.footer { .footer {
position: fixed; position: fixed;
bottom:0; bottom:0;
@ -891,6 +887,9 @@ $tree = get_tree("docs");
$(this).parent().siblings().find('ul').slideUp(); $(this).parent().siblings().find('ul').slideUp();
$(this).next().slideToggle(); $(this).next().slideToggle();
}); });
// Bootstrap Table Class
$('table').addClass('table');
}); });
</script> </script>
</head> </head>
@ -927,6 +926,8 @@ $tree = get_tree("docs");
</div> </div>
<? } ?> <? } ?>
<? } ?> <? } ?>
<!-- Footer -->
<div class="footer">Generate by <a href="https://github.com/justinwalsh/tm-docs">TM-Docs</a></div> <div class="footer">Generate by <a href="https://github.com/justinwalsh/tm-docs">TM-Docs</a></div>
</div> </div>
<div class="span10 content-area"> <div class="span10 content-area">