summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-12-23 00:46:57 +0100
committerJonas Smedegaard <dr@jones.dk>2013-12-23 00:46:57 +0100
commit721c3531aac9332fac29d0cd731f33a33c918b3b (patch)
tree2f0f7fcb5113ccc94d6cb7357564211390c63f9f
parentc77d6e009120355ddf304d7fa7f820110b994afe (diff)
Place branding at bottom more firmly: needed for Replicant browser.
-rw-r--r--local.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.scss b/local.scss
index dafa97c..9fda9be 100644
--- a/local.scss
+++ b/local.scss
@@ -11,6 +11,7 @@ h1 {
.branding {
z-index: -1;
position: fixed;
+ bottom: 0; // full height isn't enough on Replicant browser
height: 100%;
width: 100%;
background-color: transparent;