diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ /* Add local styling here, instead of modifying style.css. */ +body { + background: sr_logo.png no-repeat fixed right bottom; +} + div.header { margin: 1em 1em 0; } |