From ccf1f0813c1bf2bb948caf83c6f23dd24c9d5be9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 13 Feb 2013 13:46:10 +0100 Subject: layout: Drop div around navi ul --- style/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'style/style.css') 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; -- cgit