aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-12 19:00:44 -0700
committerMark Otto <[email protected]>2011-09-12 19:00:44 -0700
commit3f64aaf82b6b3486c1b2e98e19047089fdfc331b (patch)
tree078191e64bc36b9720867c8b2d10de3e7548210b /bootstrap-1.3.0.css
parent8f5f35e6db79599f8e72b78bbed9ee171c86461f (diff)
downloadbootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.tar.xz
bootstrap-3f64aaf82b6b3486c1b2e98e19047089fdfc331b.zip
fix topbar link with button bug
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index 4a4e0dfaa..1a924b7b3 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.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: Mon Sep 12 13:32:28 PDT 2011
+ * Date: Mon Sep 12 19:00:16 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).
@@ -1298,7 +1298,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
-.topbar a:hover, .topbar ul .active > a {
+.topbar h3 a:hover, .topbar .brand a:hover, .topbar ul .active > a {
background-color: #333;
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
@@ -1323,6 +1323,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.topbar p a:hover {
background-color: transparent;
+ color: #ffffff;
}
.topbar form {
float: left;