From 942b8ef69b65832312a6a1d5074834d6d41b933b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 27 Jan 2009 13:26:55 +0100 Subject: 'CSS': Sidebar placement like sirireiter.dk. Background lightblue. --- local.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 827fca7a..09028cc8 100644 --- a/local.css +++ b/local.css @@ -51,6 +51,24 @@ div.actions ul { border-bottom: 0; } +DIV#sidebar { + margin: 4em 2em 2em; + padding: 1em; + background-color: LightBlue; +} + +DIV#sidebar ul li { + list-style-type: none; +} + +DIV#sidebar ul li SPAN.selflink { + color: darkblue; +} + +DIV#sidebar a { + text-decoration: none; +} + DIV#content { clear: both; margin: 0 10%; -- cgit v1.2.3