diff options
| author | Mark Otto <[email protected]> | 2012-01-08 01:54:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 01:54:59 -0800 |
| commit | 9daf1661c5c9cce161e1981b484b7d7f04eac2e6 (patch) | |
| tree | 2b081df710f5583685d5ed59aef172d3a2303945 /bootstrap.css | |
| parent | b780034a65faf99acffb2c5cea27a98883ddf819 (diff) | |
| download | bootstrap-9daf1661c5c9cce161e1981b484b7d7f04eac2e6.tar.xz bootstrap-9daf1661c5c9cce161e1981b484b7d7f04eac2e6.zip | |
fix docs for fluid layout, update topbar to fix active text color for links
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 5eb8a4a7c..e55d6d544 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 01:50:02 PST 2012 + * Date: Sun Jan 8 01:54:42 PST 2012 */ html, body { margin: 0; @@ -1600,7 +1600,7 @@ 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 ul .active > a { +.navbar .brand:hover, .navbar .nav .active > a { color: #ffffff; text-decoration: none; background-color: #333333; |
