summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 20:36:40 +0200
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:23:35 +0100
commit711f2780548a0a492ce5b79f7df48f3437e420d0 (patch)
tree3e9abaa98de7bdc99cde7286c64ffd12e6cc622b
parent14c6886aba592422cc00804cdb4a5e7296b44a3a (diff)
Sidebar space (experimental).
-rw-r--r--local.css15
1 files changed, 10 insertions, 5 deletions
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%;
}