summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-04-16 19:09:22 +0200
committerSiri Reiter <siri@jones.dk>2014-04-16 19:09:22 +0200
commit462cfc67d920b62380d8383a8eee9a9902a0ab3a (patch)
treef3d1aed89cb3dce3a1298127dce4b23dfda709ba /local.scss
parent71a8c159df375895178389bc0ab577a4c944efbc (diff)
parent721c3531aac9332fac29d0cd731f33a33c918b3b (diff)
Merge branch 'master' of coreander:/srv/git/source.sirireiter.dk/siri/styling
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/local.scss b/local.scss
index be25335..c5853dc 100644
--- a/local.scss
+++ b/local.scss
@@ -8,11 +8,15 @@ h1 {
font-size: 2.75em;
}
-body {
+.branding {
+ z-index: -1;
+ position: fixed;
+ bottom: 0; // full height isn't enough on Replicant browser
+ height: 100%;
+ width: 100%;
background-color: transparent;
background-image: url("sr_logo.png");
background-repeat: no-repeat;
- background-attachment: fixed;
background-position: right bottom;
}