summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-07 02:07:35 +0200
committerSiri Reiter <siri@jones.dk>2009-04-07 02:07:35 +0200
commit3ceb4008041559917c399ffdbbdd062b0a5fd0b5 (patch)
tree3cfd5b98b8c415bb3bbfa5466aaf5074df512130 /local.css
parent34e249327308ea92fbfbbd75146df8189c1d7f29 (diff)
Add clear both and change margins.
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 953b9302..e6e2856f 100644
--- a/local.css
+++ b/local.css
@@ -188,9 +188,10 @@ DIV#sidebar ul li SPAN.selflink {
}
DIV#farbar {
+ clear: both;
width: 15%;
max-width: 200px;
- margin: 20px 1em 1em 20px;
+ margin: 20px 20px 1em 1em;
padding: 1em;
background-color: LightBlue;
float: right;