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 /lib | |
| parent | 46e4fb31338807be1535208fb07dfc3fff89fe08 (diff) | |
| download | bootstrap-411e32434095c9b6e9def4114d84df371e8e5d20.tar.xz bootstrap-411e32434095c9b6e9def4114d84df371e8e5d20.zip | |
fix dropdown bug, remove second topbar from docs now
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 578b02826..a897b2f16 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -143,6 +143,8 @@ float: right; margin-left: 10px; margin-right: 0; + // backwards compatibility + .menu-dropdown, .dropdown-menu { right: 0; } |
