summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;