summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-07 03:41:40 +0200
committerSiri Reiter <siri@jones.dk>2009-04-07 03:41:40 +0200
commite35d8b3a5f41f84559ebc28bb0faf574538d8efe (patch)
treeb3ee3f76477840a069fe882df7b0b67cdbb9c7fe /local.css
parenteae4773798198d1be86ddb0a62141d71dc91cfaf (diff)
Change sidebar and farbar margins.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/local.css b/local.css
index c4e9ed49..50d5ab1e 100644
--- a/local.css
+++ b/local.css
@@ -137,7 +137,7 @@ DIV#content IMG {
display: block;
clear: both;
float: right;
- margin-right: -245px;
+ margin-right: -250px;
padding: 0 20px 20px 20px;
}
@@ -162,7 +162,7 @@ DIV.inlinefooter {
DIV#sidebar {
width: 15%;
max-width: 180px;
- margin: 20px 1em 1em 20px;
+ margin: 20px 20px 1em 20px;
padding: 10px;
background-color: LightBlue;
min-height: 480px;
@@ -193,7 +193,7 @@ DIV#farbar {
background-color: LightBlue;
clear: both;
float: right;
- margin: 20px 20px 1em 1em;
+ margin: 20px 20px 1em 20px;
max-width: 180px;
padding: 10px;
position: absolute;