Adding bootstrap table class
This commit is contained in:
parent
a60c5c1959
commit
3534980b4d
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user