diff options
-rw-r--r-- | local.css | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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%; } |