diff options
| author | Mark Otto <[email protected]> | 2011-10-07 23:56:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-07 23:56:14 -0700 |
| commit | e025de9a83a74822c8841142971f14eae2729fc1 (patch) | |
| tree | 6920d56af08b282bb97d67c8b93565cbdaa0c7e6 /bootstrap.css | |
| parent | 970c51dd996da0da8e67a4fc8fd899a5ec5af34e (diff) | |
| download | bootstrap-e025de9a83a74822c8841142971f14eae2729fc1.tar.xz bootstrap-e025de9a83a74822c8841142971f14eae2729fc1.zip | |
bring hover state back to the .brand element in the topbar to fix a bug
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 fb922f68e..1bc4a33c0 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 Oct 7 23:53:08 PDT 2011 + * Date: Fri Oct 7 23:55:26 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1261,7 +1261,7 @@ table .headerSortUp.purple, table .headerSortDown.purple { color: #bfbfbf; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } -.topbar h3 a:hover, .topbar .brand a:hover, .topbar ul .active > a { +.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { background-color: #333; background-color: rgba(255, 255, 255, 0.05); color: #ffffff; |
