diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:46:10 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-13 13:46:10 +0100 |
commit | ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9 (patch) | |
tree | 8911cec65f843044716e88391999d6935bd514b1 /style | |
parent | 306e861e9426e13229f4a8f452d6d72d72caa5f8 (diff) | |
download | mutti-web-ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9.tar.gz mutti-web-ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9.tar.bz2 mutti-web-ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9.zip |
layout: Drop div around navi ul
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/style/style.css b/style/style.css index ababec5..d6c96b6 100644 --- a/style/style.css +++ b/style/style.css @@ -134,12 +134,8 @@ label { color: #858585; } -#navi { +ul#navi { height: 50px; -} - -#navi ul { - margin: 0; padding: 0; list-style: none; line-height: normal; |