From 8e98fea85c79998eb3d44f5b45f8fc616cffc1ff Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sun, 28 Oct 2007 19:45:20 +0100 Subject: More styling of sidebar and main content. --- local.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 436d030..98be3d7 100644 --- a/local.css +++ b/local.css @@ -17,13 +17,27 @@ body { #sidebar { float: left; - margin-left: inherit; + margin-left: 5%; margin-right: 40px; + width: 25% +} +#sidebar ul { + margin:0px; + padding:0px; +} +#sidebar ul li, #sidebar ul li a { + color:orange; + line-height:2; + list-style-type:none; + text-decoration:none; +} +#sidebar ul li a:hover { + text-decoration:underline; } #content { line-height: 3ex; - width: 20ex; + width: 70%; float: right; margin-left: 40px; margin-bottom: 40px; -- cgit v1.2.3