diff options
| author | Mark Otto <[email protected]> | 2011-12-10 22:21:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-10 22:21:08 -0800 |
| commit | d587845149471ad9ed07bc57c1a8652c54d17c55 (patch) | |
| tree | 65a0dda61ad3f92f3e5e28761643bca9b50610c4 /bootstrap.css | |
| parent | 4d55356e9b476cbfea5eb2ea01099dc19a5fc5f4 (diff) | |
| download | bootstrap-d587845149471ad9ed07bc57c1a8652c54d17c55.tar.xz bootstrap-d587845149471ad9ed07bc57c1a8652c54d17c55.zip | |
tweaks and increase specificity of pills and active classes
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 6cfb0fbf9..b7a820f71 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: Fri Dec 9 14:39:08 PST 2011 + * Date: Sat Dec 10 22:20:18 PST 2011 */ html, body { margin: 0; @@ -2062,7 +2062,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after { border-top-color: #555; } -.pills a { +.pills > a { padding: 0 15px; margin: 5px 3px 5px 0; line-height: 30px; @@ -2071,13 +2071,13 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { -moz-border-radius: 15px; border-radius: 15px; } -.pills a:hover { +.pills > a:hover { color: #ffffff; text-decoration: none; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); background-color: #00438a; } -.pills .active a { +.pills .active > a { color: #ffffff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); background-color: #0069d6; |
