]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make brand links follow navbarLinkColor but also be customizable in advanced cases.
authorctalkington <chris@talkington.info>
Thu, 15 Mar 2012 19:21:27 +0000 (14:21 -0500)
committerctalkington <chris@talkington.info>
Thu, 15 Mar 2012 19:21:27 +0000 (14:21 -0500)
docs/assets/css/bootstrap.css
less/navbar.less
less/variables.less

index 081f97ee064c04e1a8c6eede8282073fb7e32d35..142020181508cde00ce3b70d9810cf3d8d103043 100644 (file)
@@ -2868,7 +2868,7 @@ input[type="submit"].btn.btn-mini {
   font-size: 20px;
   font-weight: 200;
   line-height: 1;
-  color: #ffffff;
+  color: #999999;
 }
 .navbar .navbar-text {
   margin-bottom: 0;
index 8eb1332ae65e455fcc00b13a3e55cece61b946ef..cda6721e3a40f604227343fedc41c549dbdfc46a 100644 (file)
@@ -74,7 +74,7 @@
     font-size: 20px;
     font-weight: 200;
     line-height: 1;
-    color: @white;
+    color: @navbarBrandColor;
   }
   // Plain text in topbar
   .navbar-text {
index 94c3a0667c1b636ea7cee41c5567b3f617cd0238..812587fcd10b952dd2161d30c06f17d3638d31dc 100644 (file)
 @navbarSearchBackgroundFocus:     @white;
 @navbarSearchBorder:              darken(@navbarSearchBackground, 30%);
 @navbarSearchPlaceholderColor:    #ccc;
+@navbarBrandColor:                @navbarLinkColor;
 
 
 // Hero unit