summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 18:46:25 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 18:46:25 +0200
commit347ccc8bc06c79a0d1a6fdbac513a4e70d2720ec (patch)
tree295c94906622ecabbd32e830b731854e40cd2040
parent81a831377dfe819ef933f528179689eb78157708 (diff)
Sidebar like blanksoegaard.
-rw-r--r--local.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/local.css b/local.css
index 831b996..999f7bb 100644
--- a/local.css
+++ b/local.css
@@ -53,6 +53,35 @@ div#backlinks a:hover {
color: white;
}
+DIV#sidebar {
+ float: left;
+ margin-top: 6em;
+ margin-left: 2%;
+ width: 16%;
+ padding: 0px;
+ color: Black;
+ text-transform: lowercase;
+ font-weight: bold;
+}
+DIV#sidebar UL {
+ margin: 0px;
+ padding: 0px;
+}
+DIV#sidebar UL LI {
+ line-height: 2;
+ list-style-type: none;
+}
+DIV#sidebar UL LI SPAN.selflink {
+ color: green;
+}
+DIV#sidebar UL UL LI {
+ margin-left: 10%;
+}
+DIV#sidebar A {
+ text-decoration: none;
+}
+
+
div#pageinfo {
margin: 15em 0 0;
padding: 2px 20px;