2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix navbar styles for .brand

This commit is contained in:
Mark Otto
2012-01-08 14:33:14 -08:00
parent cb38d08ed4
commit 2c79030439
4 changed files with 21 additions and 22 deletions
+3 -4
View File
@@ -20,12 +20,9 @@
// Text and links
.navbar {
// Hover and active states
.brand:hover,
.nav .active > a {
.brand:hover {
color: @white;
text-decoration: none;
background-color: @navBarBgStart;
background-color: rgba(255,255,255,.05);
}
// Website or project name
.brand {
@@ -166,6 +163,8 @@
// Active nav items
.navbar .nav .active > a {
color: @white;
text-decoration: none;
background-color: #222;
background-color: rgba(0,0,0,.5);
}