2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

simplify text color in navbar by placing the color on global .navbar component

This commit is contained in:
Mark Otto
2012-02-19 14:53:07 -08:00
parent 1948e985a3
commit 16d12396d0
4 changed files with 5 additions and 11 deletions
+1 -5
View File
@@ -50,6 +50,7 @@
// Brand, links, text, and buttons
.navbar {
color: @navbarText;
// Hover and active states
.brand:hover {
text-decoration: none;
@@ -69,11 +70,6 @@
.navbar-text {
margin-bottom: 0;
line-height: 40px;
color: @navbarText;
a:hover {
color: @white;
background-color: transparent;
}
}
// Buttons in navbar
.btn,