From d49358409d9e02ce258a6c52b700dbfbcc48a67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 11 Jan 2012 01:28:01 +0100 Subject: Add expense to const navigation --- static/css/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index a450496..9731684 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -65,18 +65,30 @@ img { float: left; margin-right: 15px; text-decoration: none; + text-align: center; } #right { float: right; margin-left: 15px; text-decoration: none; + text-align: center; } -#left > img, #right > img { +#left > img { width: 20px; height: 20px; vertical-align: middle; + float: left; + padding-right: 5px; +} + +#right > img { + width: 20px; + height: 20px; + vertical-align: middle; + float: right; + padding-left: 5px; } .heading { -- cgit v1.2.3