Adding bootstrap table class

Cette révision appartient à :
Justin Walsh 2013-06-06 15:20:28 -05:00
Parent a60c5c1959
révision 3534980b4d
1 fichiers modifiés avec 5 ajouts et 4 suppressions

Voir le fichier

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