summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-27 13:26:55 +0100
committerSiri Reiter <siri@jones.dk>2009-01-27 13:26:55 +0100
commit942b8ef69b65832312a6a1d5074834d6d41b933b (patch)
tree0a64fdc8be3fcd442d9758803459f1aeb67a46c3 /local.css
parent3d91b37daaca77c87779912112deff191c937877 (diff)
'CSS': Sidebar placement like sirireiter.dk. Background lightblue.
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 18 insertions, 0 deletions
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%;