diff options
| author | Mark Otto <[email protected]> | 2011-09-02 00:58:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 00:58:07 -0700 |
| commit | 411e32434095c9b6e9def4114d84df371e8e5d20 (patch) | |
| tree | c2224fc6b627036144b10133c51e021b73cf2e1f /bootstrap-1.2.0.css | |
| parent | 46e4fb31338807be1535208fb07dfc3fff89fe08 (diff) | |
| download | bootstrap-411e32434095c9b6e9def4114d84df371e8e5d20.tar.xz bootstrap-411e32434095c9b6e9def4114d84df371e8e5d20.zip | |
fix dropdown bug, remove second topbar from docs now
Diffstat (limited to 'bootstrap-1.2.0.css')
| -rw-r--r-- | bootstrap-1.2.0.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css index 7746a57d4..105de8a6d 100644 --- a/bootstrap-1.2.0.css +++ b/bootstrap-1.2.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Sep 2 00:54:51 PDT 2011 + * Date: Fri Sep 2 00:57:14 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1224,7 +1224,10 @@ table .headerSortUp.purple, table .headerSortDown.purple { margin-left: 10px; margin-right: 0; } -.topbar div > ul.secondary-nav .dropdown-menu, .nav.secondary-nav .dropdown-menu { +.topbar div > ul.secondary-nav .menu-dropdown, +.nav.secondary-nav .menu-dropdown, +.topbar div > ul.secondary-nav .dropdown-menu, +.nav.secondary-nav .dropdown-menu { right: 0; } .topbar div > ul a.menu:hover, |
