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

clear up nav variables

This commit is contained in:
Mark Otto
2012-03-10 11:23:05 -08:00
parent a613a8ebd0
commit 305374ab1a
4 changed files with 26 additions and 5 deletions
+2 -2
View File
@@ -233,9 +233,9 @@
// Active nav items
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
color: @navbarLinkColorHover;
color: @navbarLinkColorActive;
text-decoration: none;
background-color: @navbarBackground;
background-color: @navbarLinkBackgroundActive;
}
// Dividers (basically a vertical hr)