Change active tab and nav class to "active"

The main nav used active, the sub nav used current. This normalizes it.
This commit is contained in:
Robert Speicher 2012-09-25 22:07:41 -04:00
parent adcc6a0b0e
commit 51c1e49900
4 changed files with 18 additions and 21 deletions

View file

@ -53,7 +53,7 @@ ul.main_menu {
border-left: 0;
}
&.current {
&.active {
background-color:#D5D5D5;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;