summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-04 12:14:49 +0100
committerSiri Reiter <siri@jones.dk>2008-11-04 12:14:49 +0100
commitf1aa4030c902d4c65ccfaefe9dc928425571047b (patch)
tree9cb3ccd9c5506d717d174a00cbd25fe98c091406 /local.css
parentf5aaed4cb4e22de1d5b85bfb4ceeccc4a1e7f882 (diff)
Add style to sidebar.
Diffstat (limited to 'local.css')
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
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%;