From f65941f1e38b33c94dc3ada419fdce92aa6f7c6f Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 3 Sep 2011 12:03:03 +0200 Subject: [PATCH] Correct chevron style When the menu is closed, the arrow has to point up. --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5ca8985..a78e6f6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -178,7 +178,7 @@ div.error { } .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; margin-left: -7px; color: #fff; @@ -192,7 +192,7 @@ div.error { } .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; }