Skip to content

Commit

Permalink
Programatically add bootstrap tables class to all tables
Browse files Browse the repository at this point in the history
Signed-off-by: Si Beaumont <simon.beaumont@citrix.com>
  • Loading branch information
simonjbeaumont committed Dec 2, 2014
1 parent 805df6e commit 6f4b68a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/default.html
Expand Up @@ -83,6 +83,10 @@ <h1>{{page.title}}</h1>
$('#menu [data-section="{{page.path}}"]').addClass('active');
</script>

<script>
$('table').addClass('table table-bordered table-striped')
</script>

<script type="text/javascript">

var _gaq = _gaq || [];
Expand Down

0 comments on commit 6f4b68a

Please sign in to comment.