diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-10-17 11:30:20 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-10-17 11:30:20 +0200 |
commit | f650fd871610f95f61b6c04641910f913e03b3eb (patch) | |
tree | f7dd0ccfa4b10f62144009d2818e240a685aebd3 /static/css/style.css | |
parent | d56165a7710776288039d5c9ab01a0e497e9eb45 (diff) | |
download | kosten-f650fd871610f95f61b6c04641910f913e03b3eb.tar.gz kosten-f650fd871610f95f61b6c04641910f913e03b3eb.tar.bz2 kosten-f650fd871610f95f61b6c04641910f913e03b3eb.zip |
Fix nameclash of class arrow in css
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 4 |
1 files 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); } |