summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-16 22:48:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-16 22:48:10 +0200
commit0b654fe38af7a0cc4c8854f57e860c5188bba1f6 (patch)
tree27315f32b6487a2c8306826814c90b9155bcc1de /static
parent8a6f4b6226228034a4b9076c0641fa19e8b15891 (diff)
downloadkosten-0b654fe38af7a0cc4c8854f57e860c5188bba1f6.tar.gz
kosten-0b654fe38af7a0cc4c8854f57e860c5188bba1f6.tar.bz2
kosten-0b654fe38af7a0cc4c8854f57e860c5188bba1f6.zip
Fix arrows
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fec2003..af512e8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -62,32 +62,26 @@ img {
}
#left {
- float: left;
+ float: left;
margin-right: 15px;
text-decoration: none;
- text-align: center;
}
#right {
- float: right;
+ float: right;
margin-left: 15px;
text-decoration: none;
- text-align: center;
}
-#left > img {
+.arrow {
width: 20px;
height: 20px;
vertical-align: middle;
- float: left;
- padding-right: 5px;
}
-#right > img {
- width: 20px;
- height: 20px;
+.navdate {
vertical-align: middle;
- float: right;
+ padding-right: 5px;
padding-left: 5px;
}