diff options
| author | Mark Otto <[email protected]> | 2012-01-12 15:29:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-12 15:29:16 -0800 |
| commit | 391248c0e3ba9b00b0b4a02e4d94475e9ae9877a (patch) | |
| tree | 484dd5eb4a51437552c2a4c741c418bdc9d053b8 /lib/dropdowns.less | |
| parent | ef8b27cdc7ad490b4b52003a7178bd1465ee5dc9 (diff) | |
| download | bootstrap-391248c0e3ba9b00b0b4a02e4d94475e9ae9877a.tar.xz bootstrap-391248c0e3ba9b00b0b4a02e4d94475e9ae9877a.zip | |
nuke uber footer, bring back topbar dropdowns
Diffstat (limited to 'lib/dropdowns.less')
| -rw-r--r-- | lib/dropdowns.less | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less index 85f74b632..daa7003e3 100644 --- a/lib/dropdowns.less +++ b/lib/dropdowns.less @@ -36,12 +36,12 @@ min-width: 160px; max-width: 220px; _width: 160px; - padding: 5px 0; + padding: 4px 0; margin: 0; // override default ul list-style: none; background-color: @white; border-color: #999; - border-color: rgba(0,0,0,.1); + border-color: rgba(0,0,0,.2); border-style: solid; border-width: 1px; .border-radius(0 0 5px 5px); @@ -68,6 +68,7 @@ font-weight: normal; line-height: 18px; color: @gray; + white-space: nowrap; } } @@ -75,10 +76,7 @@ .dropdown-menu li > a:hover { color: #fff; text-decoration: none; - text-shadow: 0 -1px 0 rgba(0,0,0,.25); - #gradient > .vertical(@linkColor, darken(@linkColor, 5%)); - @shadow: inset 0 1px 0 rgba(0,0,0,.075), inset 0 -1px rgba(0,0,0,.075); - .box-shadow(@shadow); + background-color: @linkColor; } // Active state |
