From 711f2780548a0a492ce5b79f7df48f3437e420d0 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 22 Oct 2008 20:36:40 +0200 Subject: Sidebar space (experimental). --- local.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 2627018..fd2b7a2 100644 --- a/local.css +++ b/local.css @@ -60,7 +60,12 @@ div#backlinks a:hover { color: white; } -DIV#sidebar { +div#content { + margin: 0 10%; + max-width: 67em; +} + +div#sidebar { float: left; margin-top: 6em; margin-left: 2%; @@ -69,18 +74,18 @@ DIV#sidebar { text-transform: lowercase; font-weight: bold; } -DIV#sidebar UL { +div#sidebar ul { margin: 0px; padding: 0px; } -DIV#sidebar UL LI { +div#sidebar ul li { line-height: 2; list-style-type: none; } -DIV#sidebar UL LI SPAN.selflink { +div#sidebar ul li span.selflink { color: black; } -DIV#sidebar UL UL LI { +DIV#sidebar ul ul li { margin-left: 10%; } -- cgit v1.2.3