1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

rename transitions to transition and fix scrollspy example

This commit is contained in:
Jacob Thornton
2011-12-14 18:45:33 -08:00
parent aa69286c30
commit 7df0d1c7d1
3 changed files with 52 additions and 1 deletions

View File

@@ -318,6 +318,12 @@ h2 + table {
width: 290px;
}
.scrollspy-example {
height: 200px;
overflow: auto;
position: relative;
}
/* Responsive Docs
-------------------------------------------------- */

View File

@@ -39,7 +39,7 @@
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script>$(function () { prettyPrint() })</script>
<script src="../js/bootstrap-transitions.js"></script>
<script src="../js/bootstrap-transition.js"></script>
<script src="../js/bootstrap-alert.js"></script>
<script src="../js/bootstrap-modal.js"></script>
<script src="../js/bootstrap-dropdown.js"></script>