diff options
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 { |