diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-03 20:41:52 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-03 20:41:52 +0100 |
commit | 5f6abd4811c2555176069992540f083c6ad5046a (patch) | |
tree | 3ae05a677121945bd5dc4a5fac0002a23d457bb6 /local.css | |
parent | 6d7f7b71a654dc2bd6f9c071a189d150013104f8 (diff) |
Style: background image (sr_logo) placed.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,11 @@ /* Add local styling here, instead of modifying style.css. */ body { - background: sr_logo.png no-repeat fixed right bottom; + background-color: transparent; + background-image: sr_logo.png; + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; } div.header { |