From f1aa4030c902d4c65ccfaefe9dc928425571047b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 4 Nov 2008 12:14:49 +0100 Subject: Add style to sidebar. --- local.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index c74c5a0..83c9421 100644 --- a/local.css +++ b/local.css @@ -43,6 +43,16 @@ DIV#topbar ul li { margin: 0 6em; } +DIV#sidebar { + margin: 6em 0 2em; + padding: 1em; + width: 20%; +} + +DIV#sidebar ul li { + list-style-type: none; +} + DIV#wrapper { float: right; width: 80%; -- cgit v1.2.3