diff options
author | friendica <info@friendica.com> | 2015-02-08 18:31:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 18:31:51 -0800 |
commit | 64191de5e741fc1c365db45f197b2153c14e17c2 (patch) | |
tree | 45eb556afe2a8150393b3e659d5d4c168d24caf8 /assets | |
parent | 7893b649552f23125835cd759ba00230b02a0ab3 (diff) | |
download | volse-hubzilla-64191de5e741fc1c365db45f197b2153c14e17c2.tar.gz volse-hubzilla-64191de5e741fc1c365db45f197b2153c14e17c2.tar.bz2 volse-hubzilla-64191de5e741fc1c365db45f197b2153c14e17c2.zip |
generate the correct service permalink
Diffstat (limited to 'assets')
-rw-r--r-- | assets/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/home.html b/assets/home.html index d6f3b4da3..036f9bcc9 100644 --- a/assets/home.html +++ b/assets/home.html @@ -1,7 +1,7 @@ <style> section { position: relative; margin-left: 15px;} nav { z-index: 9999; position: fixed; width: 100%; top: 0; left: 0; } -header { z-index: 10000; } +header { z-index: 10000; } .tr { clear: both; @@ -30,7 +30,7 @@ body::after { right: 0; position: absolute; opacity: 0.5; - z-index: -1; + z-index: -1; } </style> |