summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-03 20:51:14 +0100
committerSiri Reiter <siri@jones.dk>2008-11-03 20:51:14 +0100
commite39fc376c6795fdb585f6bb2b15c93204df9e911 (patch)
treee589807c7c65443b2da689f1ccf87177e3d9bb4e
parent5f6abd4811c2555176069992540f083c6ad5046a (diff)
Style: background image correctly written.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 975ca46..c03cda7 100644
--- a/local.css
+++ b/local.css
@@ -4,7 +4,7 @@
body {
background-color: transparent;
- background-image: sr_logo.png;
+ background-image: url("sr_logo.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;