diff options
| author | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
| commit | 2c790304393cce3ba7db3b3d5bc9385b1986b838 (patch) | |
| tree | 77e3157833a3926fd48d4c9dd757c3df5c9ca406 /bootstrap.css | |
| parent | cb38d08ed4f8d11ddfd0ebb1093c7a3857a7863c (diff) | |
| download | bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.tar.xz bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.zip | |
fix navbar styles for .brand
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 1fc88441a..d040f329b 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: Sun Jan 8 13:30:08 PST 2012 + * Date: Sun Jan 8 14:33:06 PST 2012 */ html, body { margin: 0; @@ -1604,11 +1604,9 @@ i { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); } -.navbar .brand:hover, .navbar .nav .active > a { +.navbar .brand:hover { color: #ffffff; text-decoration: none; - background-color: #333333; - background-color: rgba(255, 255, 255, 0.05); } .navbar .brand { float: left; @@ -1731,6 +1729,8 @@ i { text-decoration: none; } .navbar .nav .active > a { + color: #ffffff; + text-decoration: none; background-color: #222; background-color: rgba(0, 0, 0, 0.5); } |
