clean up variable usage with colors

This commit is contained in:
Jon Stevens
2012-01-21 15:24:06 -08:00
parent 719713ca87
commit e0238bfb08
11 changed files with 36 additions and 35 deletions

View File

@@ -14,7 +14,7 @@
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000;
border-top: 4px solid @black;
.opacity(30);
content: "\2193";
}
@@ -79,7 +79,7 @@
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: #fff;
color: @white;
text-decoration: none;
background-color: @linkColor;
}