diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |