aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-07 23:56:14 -0700
committerMark Otto <[email protected]>2011-10-07 23:56:14 -0700
commite025de9a83a74822c8841142971f14eae2729fc1 (patch)
tree6920d56af08b282bb97d67c8b93565cbdaa0c7e6 /bootstrap.min.css
parent970c51dd996da0da8e67a4fc8fd899a5ec5af34e (diff)
downloadbootstrap-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.min.css')
-rw-r--r--bootstrap.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index e9f788775..913dd2631 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -226,7 +226,7 @@ table .headerSortUp.orange,table .headerSortDown.orange{background-color:#fee9cc
table .purple{color:#7a43b6;border-bottom-color:#7a43b6;}
table .headerSortUp.purple,table .headerSortDown.purple{background-color:#e2d5f0;}
.topbar{height:40px;position:fixed;top:0;left:0;right:0;z-index:10000;overflow:visible;}.topbar a{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{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;}
+.topbar h3 a:hover,.topbar .brand:hover,.topbar ul .active>a{background-color:#333;background-color:rgba(255, 255, 255, 0.05);color:#ffffff;text-decoration:none;}
.topbar h3{position:relative;}
.topbar h3 a,.topbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;color:#ffffff;font-size:20px;font-weight:200;line-height:1;}
.topbar p{margin:0;line-height:40px;}.topbar p a:hover{background-color:transparent;color:#ffffff;}