summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-07-17 14:55:42 +0200
committerSiri Reiter <siri@jones.dk>2009-07-17 14:55:42 +0200
commit5327d50b23cca7fa65f58def365039fcfc7f8436 (patch)
tree9d6ea5427e5696811993b3633f6076c9600de3f1
parenta211aa638a8044c57a009a0971846d17540521aa (diff)
Place background image.
-rw-r--r--local.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/local.css b/local.css
index 72dfe652..43f9cecd 100644
--- a/local.css
+++ b/local.css
@@ -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;
}