diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-03 20:51:14 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-03 20:51:14 +0100 |
commit | e39fc376c6795fdb585f6bb2b15c93204df9e911 (patch) | |
tree | e589807c7c65443b2da689f1ccf87177e3d9bb4e | |
parent | 5f6abd4811c2555176069992540f083c6ad5046a (diff) |
Style: background image correctly written.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |