]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding link support to regular text in the topbar
authorMark Otto <mark.otto@twitter.com>
Sat, 3 Sep 2011 06:09:59 +0000 (23:09 -0700)
committerMark Otto <mark.otto@twitter.com>
Sat, 3 Sep 2011 06:09:59 +0000 (23:09 -0700)
bootstrap-1.2.0.css
bootstrap-1.2.0.min.css
examples/fluid.html
lib/patterns.less

index a4f671ebf3e5a27dd0df326c6dc5870c433ba20d..1280c51487e32bf63b65ca88921230cf7d3ac8d0 100644 (file)
@@ -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 Sep  2 22:56:14 PDT 2011
+ * Date: Fri Sep  2 23:08:36 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).
@@ -1169,6 +1169,9 @@ table .headerSortUp.purple, table .headerSortDown.purple {
   margin: 0;
   line-height: 40px;
 }
+.topbar p a:hover {
+  background-color: transparent;
+}
 .topbar form {
   float: left;
   margin: 5px 0 0 0;
index a238cc6d3ed44d1f4e7d65aef6b93b6339d06483..8968aba963bd9664a1d5f43d9e3702fbdda1f733 100644 (file)
@@ -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;}
index 63ffc75ef998e3051cc649e1a642afcbf881b6aa..7e9fed0c38e8253cc81f33525a76a6d8cf51b2dc 100644 (file)
@@ -37,7 +37,7 @@
             <li><a href="#about">About</a></li>
             <li><a href="#contact">Contact</a></li>
           </ul>
-          <p class="pull-right">Logged in as username</p>
+          <p class="pull-right">Logged in as <a href="#">username</a></p>
         </div>
       </div>
     </div>
index eccda9359af0204e629ec8104bb07a4e2c11447f..72ca3b559ae5e5f3035632774c6da5e3edb4de6f 100644 (file)
@@ -50,6 +50,9 @@
   p {
     margin: 0;
     line-height: 40px;
+    a:hover {
+      background-color: transparent;
+    }
   }
 
   // Search Form