From 0b654fe38af7a0cc4c8854f57e860c5188bba1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 16 Oct 2013 22:48:10 +0200 Subject: Fix arrows --- static/css/style.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'static') 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; } -- cgit v1.2.3