diff options
author | Siri Reiter <siri@jones.dk> | 2009-07-17 14:55:42 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-07-17 14:55:42 +0200 |
commit | 5327d50b23cca7fa65f58def365039fcfc7f8436 (patch) | |
tree | 9d6ea5427e5696811993b3633f6076c9600de3f1 | |
parent | a211aa638a8044c57a009a0971846d17540521aa (diff) |
Place background image.
-rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -45,6 +45,14 @@ IMG.icon { padding: 0 20px 20px 20px; } +body { + background-color: transparent; + background-image: url("pil.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; +} + DIV.header span { display: none; } |