diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -159,7 +159,9 @@ DIV.inlinefooter { } DIV#sidebar { - margin: 3em 0 1em 2em; + width: 17%; + max-width: 200px; + margin: 20px 1em 1em 20px; padding: 0; background-color: LightBlue; float: left; |