diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ div.header span { #sidebar { float: left; margin-left: 5%; - width: 25%; + width: 16%; padding: 0px; } #sidebar ul { @@ -51,9 +51,9 @@ div.header span { #content { float: right; - width: 68%; + width: 70%; line-height: 3ex; - margin: 1%; + margin-right: 8%; } blockquote { |