Correct chevron style

When the menu is closed, the arrow has to point up.
This commit is contained in:
Karsten Heiken
2011-09-03 12:03:03 +02:00
parent 32871491e3
commit f65941f1e3

View File

@@ -178,7 +178,7 @@ div.error {
} }
.navigation ul li a { .navigation ul li a {
background: url(../images/icons/chevron-small.png) -2px center no-repeat; background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
padding-left: 16px; padding-left: 16px;
margin-left: -7px; margin-left: -7px;
color: #fff; color: #fff;
@@ -192,7 +192,7 @@ div.error {
} }
.navigation ul li.active a { .navigation ul li.active a {
background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat; background: url(../images/icons/chevron-small.png) -2px center no-repeat;
color: #666; color: #666;
} }