2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

improve navbar vars and fix side nav alignment

This commit is contained in:
Mark Otto
2013-01-16 23:33:26 -08:00
parent 6b193dc22d
commit f535201781
4 changed files with 42 additions and 19 deletions
+7 -2
View File
@@ -2979,11 +2979,16 @@ button.close {
}
.navbar-inverse .brand {
color: #fff;
color: #999999;
}
.navbar-inverse .brand:hover {
background-color: #333;
color: #808080;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .nav > li > a {