diff options
-rw-r--r-- | local.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -73,9 +73,12 @@ DIV#sidebar A { text-decoration: none; } -DIV#content { +DIV#wrapper { float: right; - width: 65%; + width: 80%; +} + +DIV#content { line-height: 3ex; margin: 2em 8% 0 0; } |