From 3834091d552d60587b540bee94b19d73352797e6 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 20:15:31 +0100 Subject: style: Make navi a's inline-block instead of using float --- style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index c15f421..f3b79ba 100644 --- a/style/style.css +++ b/style/style.css @@ -153,8 +153,8 @@ label { } #navi li a { - float: left; - margin-right: 6px; + display: inline-block; + margin-right: 2px; padding: 5px 20px 5px 20px; background: #4C4D51; border: 1px #575C5F solid; -- cgit