diff options
| author | Mark Otto <[email protected]> | 2011-09-02 00:28:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 00:28:54 -0700 |
| commit | 479e0ccd6bd4c32c2445e0cb6291c17c5aa4f7a2 (patch) | |
| tree | f04b04b0ba073bab48e9dfd3a667967bed3d11d5 /docs | |
| parent | 02abdd60378aa5aecbb9d8bafe23f0cd2b86141a (diff) | |
| download | bootstrap-479e0ccd6bd4c32c2445e0cb6291c17c5aa4f7a2.tar.xz bootstrap-479e0ccd6bd4c32c2445e0cb6291c17c5aa4f7a2.zip | |
add backwards compatability for dropdowns in topbar
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 62ca0b8f9..6580be3fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@ <!-- Topbar ================================================== --> <div class="topbar"> - <div class="fill"> + <div class="topbar-inner"> <div class="container"> <h3><a href="#">Bootstrap</a></h3> <ul class="nav"> @@ -909,7 +909,7 @@ <h2>Fixed topbar</h2> <div class="topbar-wrapper" style="z-index: 5;"> <div class="topbar"> - <div class="fill"> + <div class="topbar-inner"> <div class="container"> <h3><a href="#">Project Name</a></h3> <ul class="nav"> @@ -942,7 +942,7 @@ </li> </ul> </div> - </div><!-- /fill --> + </div><!-- /topbar-inner --> </div><!-- /topbar --> </div><!-- /topbar-wrapper --> |
