summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 11:30:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-17 11:30:20 +0200
commitf650fd871610f95f61b6c04641910f913e03b3eb (patch)
treef7dd0ccfa4b10f62144009d2818e240a685aebd3 /static
parentd56165a7710776288039d5c9ab01a0e497e9eb45 (diff)
downloadkosten-f650fd871610f95f61b6c04641910f913e03b3eb.tar.gz
kosten-f650fd871610f95f61b6c04641910f913e03b3eb.tar.bz2
kosten-f650fd871610f95f61b6c04641910f913e03b3eb.zip
Fix nameclash of class arrow in css
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css4
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);
}