summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-07 03:27:13 +0200
committerSiri Reiter <siri@jones.dk>2009-04-07 03:27:13 +0200
commitfea951007d6eca40ecfc4c2b2fc17097a883be23 (patch)
treee203189ff64abbd4615faf924f60d03136860386 /local.css
parentb57bc79ae5563bb92943848575cda764b8d8b470 (diff)
Change padding, add min-height in content, img and farbar.
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/local.css b/local.css
index 33704a93..abede34b 100644
--- a/local.css
+++ b/local.css
@@ -129,15 +129,16 @@ DIV#content {
padding: 0 1em 1em 1em;
max-width: 50em;
text-align: left;
+ min-height: 480px;
}
DIV#content IMG {
- background-color: LightBlue;
+ background-color: none;
display: block;
clear: both;
float: right;
- margin-right: -260px;
- padding: 10px 15px;
+ margin-right: -245px;
+ padding: 0 20px 20px 20px;
}
DIV.inlinepage {
@@ -193,12 +194,13 @@ DIV#farbar {
clear: both;
float: right;
margin: 20px 20px 1em 1em;
- max-width: 200px;
- padding: 1em;
+ max-width: 180px;
+ padding: 10px;
position: absolute;
right: 0;
text-align: left;
width: 15%;
+ min-height: 480px;
}
DIV#backlinks {