diff options
| author | Mark Otto <[email protected]> | 2012-01-13 10:07:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-13 10:07:56 -0800 |
| commit | fc053ac8b27611e3dc7fae769ce28f154250d50e (patch) | |
| tree | d0f14f99f3307d53dd298dc988b3790c50ece65a /bootstrap.css | |
| parent | b958ac77c122ebcf39ff7f155de7aaec2cad17b6 (diff) | |
| download | bootstrap-fc053ac8b27611e3dc7fae769ce28f154250d50e.tar.xz bootstrap-fc053ac8b27611e3dc7fae769ce28f154250d50e.zip | |
update dropdowns spacing and docs section spacing
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/bootstrap.css b/bootstrap.css index 8e5ad131c..ba51a7d45 100644 --- a/bootstrap.css +++ b/bootstrap.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: Thu Jan 12 15:28:03 PST 2012 + * Date: Fri Jan 13 10:05:29 PST 2012 */ html, body { margin: 0; @@ -1481,23 +1481,18 @@ i { } .dropdown-menu a { display: block; - padding: 2px 15px; + padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #555555; white-space: nowrap; } -.dropdown-menu li > a:hover { +.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #fff; text-decoration: none; background-color: #0088cc; } -.dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: #fff; - background-color: #999; - background-image: none; -} .dropdown.open .dropdown-toggle { color: #ffffff; background: #ccc; |
