summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-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%;
}