aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 23:09:59 -0700
committerMark Otto <[email protected]>2011-09-02 23:09:59 -0700
commit168551cd4f2139bbd050864c4231baa7e7b796dc (patch)
tree14c54a2c3409fb32cba61598a68a054e460d8889 /bootstrap-1.2.0.min.css
parent4dbd2334bd8156b7621e11c19a411db1308821d8 (diff)
downloadbootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.tar.xz
bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.zip
adding link support to regular text in the topbar
Diffstat (limited to 'bootstrap-1.2.0.min.css')
-rw-r--r--bootstrap-1.2.0.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-1.2.0.min.css b/bootstrap-1.2.0.min.css
index a238cc6d3..8968aba96 100644
--- a/bootstrap-1.2.0.min.css
+++ b/bootstrap-1.2.0.min.css
@@ -183,7 +183,7 @@ 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 a: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{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{margin:0;line-height:40px;}.topbar p a:hover{background-color:transparent;}
.topbar form{float:left;margin:5px 0 0 0;position:relative;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;}
.topbar input{background-color:#444;background-color:rgba(255, 255, 255, 0.3);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:normal;font-weight:13px;line-height:1;padding:4px 9px;color:#fff;color:rgba(255, 255, 255, 0.75);border:1px solid #111;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1),0 1px 0px rgba(255, 255, 255, 0.25);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.topbar input:-moz-placeholder{color:#e6e6e6;}
.topbar input::-webkit-input-placeholder{color:#e6e6e6;}