Skip to content

Commit

Permalink
Merge pull request #13 from simonjbeaumont/give-me-tables
Browse files Browse the repository at this point in the history
Progamatically add bootstrap tables class to all tables
  • Loading branch information
simonjbeaumont committed Dec 2, 2014
2 parents f5fca1f + 2a8f957 commit c9c9bb2
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 c9c9bb2

Please sign in to comment.