diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-12-23 00:02:39 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-12-23 00:02:39 +0100 |
commit | c77d6e009120355ddf304d7fa7f820110b994afe (patch) | |
tree | 9bd7468349f341bfb34db08725defd048adcedb2 /local.scss | |
parent | 5846a18dcb4b973d967028149e5d8c426beb6b55 (diff) |
Tie background image to branding (not body), to hopefully fix broken rendering in webkit-based Replicant browser.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,11 +8,14 @@ h1 { font-size: 2.75em; } -body { +.branding { + z-index: -1; + position: fixed; + height: 100%; + width: 100%; background-color: transparent; background-image: url("sr_logo.png"); background-repeat: no-repeat; - background-attachment: fixed; background-position: right bottom; } |