diff options
| author | Mark Otto <[email protected]> | 2012-01-07 04:40:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 04:41:51 -0800 |
| commit | 95c88a2953d6493050192f9c99c8e5597e591ac3 (patch) | |
| tree | 15ba9a41b419bff13614421161c47b13a6d9f5a5 /lib | |
| parent | 6dee40f46990b39bb33b4c42aa003df784cff8fc (diff) | |
| download | bootstrap-95c88a2953d6493050192f9c99c8e5597e591ac3.tar.xz bootstrap-95c88a2953d6493050192f9c99c8e5597e591ac3.zip | |
scratch that, tweaking dropdowns in tabs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tabs-pills.less | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/lib/tabs-pills.less b/lib/tabs-pills.less index 23ba9ccfa..8e8856a56 100644 --- a/lib/tabs-pills.less +++ b/lib/tabs-pills.less @@ -154,30 +154,17 @@ // Dropdowns in tabs .tabs { - // first one for backwards compatibility - .menu-dropdown, .dropdown-menu { - top: 35px; + top: 36px; border-width: 1px; - .border-radius(0 6px 6px 6px); } - // first one for backwards compatibility - a.menu:after, - .dropdown-toggle:after { - border-top-color: #999; + .dropdown-toggle .caret { margin-top: 15px; margin-left: 5px; } - // first one for backwards compatibility - li.open.menu .menu, - .open.dropdown .dropdown-toggle { + .open .dropdown-toggle { border-color: #999; } - // first one for backwards compatibility - li.open a.menu:after, - .dropdown.open .dropdown-toggle:after { - border-top-color: #555; - } } // Pills |
