diff options
author | friendica <info@friendica.com> | 2015-02-08 20:57:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 20:57:37 -0800 |
commit | 08b757a22cd2804bfec8ecf682b6987b8c06ca49 (patch) | |
tree | 477f3a8e84388aab2a4f3c938a166597c7467d19 /assets/home.html | |
parent | 4b348d248975ba07ba9cea62f51eb52d6afb5645 (diff) | |
parent | 247579ebf13ead372eee87bd2351078f7219321e (diff) | |
download | volse-hubzilla-08b757a22cd2804bfec8ecf682b6987b8c06ca49.tar.gz volse-hubzilla-08b757a22cd2804bfec8ecf682b6987b8c06ca49.tar.bz2 volse-hubzilla-08b757a22cd2804bfec8ecf682b6987b8c06ca49.zip |
Merge branch 'master' into tres
Conflicts:
mod/events.php
view/css/mod_events.css
Diffstat (limited to 'assets/home.html')
-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> |