summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}