summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 20:36:40 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 20:36:40 +0200
commit7378055e231e5c5b1ad73115851b3886afdc0ca4 (patch)
treeae51a722cb90c8c0c4e215c43f388f23d008aca8
parent3a2841683324923990c33f8d04c146b8b7a6d573 (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%;
}