summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/local.css b/local.css
index 03d7361b..6576a46c 100644
--- a/local.css
+++ b/local.css
@@ -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;