summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-07-17 15:50:10 +0200
committerSiri Reiter <siri@jones.dk>2009-07-17 15:50:10 +0200
commit69f7eac3ec0d7f429ed2969dfc5613a4bafdc63d (patch)
tree479597544b7709a436bb92084c45e814536383dc
parentfe0a3787c27f85309c6f066836abc36da47d2538 (diff)
Try another CSS definition for positioning of background image.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 01a31081..0665865c 100644
--- a/local.css
+++ b/local.css
@@ -51,7 +51,7 @@ body {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
- bottom: 100px;
+ margin: 0 0 100px 0;
}
DIV.header span {