From fc053ac8b27611e3dc7fae769ce28f154250d50e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 13 Jan 2012 10:07:56 -0800 Subject: update dropdowns spacing and docs section spacing --- bootstrap.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'bootstrap.css') 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; -- cgit v1.2.3