diff options
| author | Mark Otto <[email protected]> | 2012-07-30 12:15:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-30 12:15:08 -0700 |
| commit | 7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784 (patch) | |
| tree | 2fea436603a9dd0c2b1ab82f50d95e271d89346b /less/tests/css-tests.html | |
| parent | 6bf661aceb934db79b148757aed5cd13ce174658 (diff) | |
| download | bootstrap-7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784.tar.xz bootstrap-7fa99fb1fe9392f61cb5c46f7e5082e73e8b8784.zip | |
fix navbar form alignment, and update examples to show these cases
Diffstat (limited to 'less/tests/css-tests.html')
| -rw-r--r-- | less/tests/css-tests.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 81d5b1896..a8f62c3cc 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -34,7 +34,7 @@ <!-- Navbar ================================================== --> - <div class="navbar navbar-fixed-top"> + <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="../../docs/index.html">Bootstrap</a> @@ -53,7 +53,9 @@ </header> -<div class="container"> +<div class="bs-docs-canvas"> + + <div class="container"> @@ -1096,6 +1098,7 @@ </div> </footer> +</div> <!-- Le javascript |
