]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5873: @navbarInverseBrandColor not used 5874/head
authorDrew Goodwin <drew@drewgoodwin.com>
Sun, 11 Nov 2012 01:58:00 +0000 (17:58 -0800)
committerDrew Goodwin <drew@drewgoodwin.com>
Sun, 11 Nov 2012 01:58:00 +0000 (17:58 -0800)
docs/assets/css/bootstrap.css
less/navbar.less

index 085ad140010854b5d5e9b41aefa3151f2d9c4576..401e68000f4aecae9175e8998393d19b5e87c6fa 100644 (file)
@@ -4678,6 +4678,10 @@ input[type="submit"].btn.btn-mini {
   color: #ffffff;
 }
 
+.navbar-inverse .brand {
+  color: #999999;
+}
+
 .navbar-inverse .navbar-text {
   color: #999999;
 }
index 532c5926b81dc9dc2ec5046091c1582b618fe479..3cc0ef20312365ad443caaf5a21f1d23f4280fd4 100644 (file)
     }
   }
 
+  .brand {
+    color: @navbarInverseBrandColor;
+  }
+
   .navbar-text {
     color: @navbarInverseText;
   }