From f650fd871610f95f61b6c04641910f913e03b3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 17 Oct 2013 11:30:20 +0200 Subject: Fix nameclash of class arrow in css --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 19506df..96778e5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -73,7 +73,7 @@ img { text-decoration: none; } -.arrow { +img.arrow { width: 20px; height: 20px; vertical-align: middle; @@ -97,7 +97,7 @@ img { cursor: pointer; } -.arrow { +ul.arrow { list-style-image: url(../images/closed.png); } -- cgit v1.2.3