diff options
author | Siri Reiter <siri@jones.dk> | 2009-07-17 15:50:10 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-07-17 15:50:10 +0200 |
commit | 69f7eac3ec0d7f429ed2969dfc5613a4bafdc63d (patch) | |
tree | 479597544b7709a436bb92084c45e814536383dc | |
parent | fe0a3787c27f85309c6f066836abc36da47d2538 (diff) |
Try another CSS definition for positioning of background image.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |