diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 20:15:31 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 20:15:31 +0100 |
commit | 3834091d552d60587b540bee94b19d73352797e6 (patch) | |
tree | fa57438fcce95448a8a3011948f40ada4a4ffc46 /style | |
parent | 471df185430636b33ba9e49c33f802bc2bc2a725 (diff) | |
download | mutti-web-3834091d552d60587b540bee94b19d73352797e6.tar.gz mutti-web-3834091d552d60587b540bee94b19d73352797e6.tar.bz2 mutti-web-3834091d552d60587b540bee94b19d73352797e6.zip |
style: Make navi a's inline-block instead of using float
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; |