diff options
author | Siri Reiter <siri@jones.dk> | 2009-07-17 15:18:30 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-07-17 15:18:30 +0200 |
commit | c93487d4c7428e72e362308e95913f8674aca08e (patch) | |
tree | 45b4156de3f7799475eae56f9c3bb6a074423758 | |
parent | 7a7737c8d8907b03414cc66785051a20f4c32ccf (diff) |
Add margin to background image.
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ body { background-repeat: no-repeat; background-attachment: fixed; background-position: right bottom; + margin-bottom: 100px; } DIV.header span { |