diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-05 00:51:38 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-05 00:51:38 +1030 |
commit | d20ac9420934560f749e3fe1eedbf44743404d20 (patch) | |
tree | 998f65fb1062c5c2643c884ee482144922b3590a | |
parent | c65d163955b12b967e71911415f12cec5b2db157 (diff) | |
download | website-d20ac9420934560f749e3fe1eedbf44743404d20.tar.gz website-d20ac9420934560f749e3fe1eedbf44743404d20.zip |
put cirno z-index to -1
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index df43a69..ff327b6 100644 --- a/template.txt +++ b/template.txt @@ -48,6 +48,6 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <!-- <br><br> <div class="middle"> <img src="https://danieljon.es/linuxfreak.png"> <br> <a id="gentag" href="https://gitlab.com/ubunchu-translators/ubunchu">source</a> </div> --> <br><br> <div class="middle"> <a href="https://www.fsf.org/"><img src="https://danieljon.es/media/fsf_member.png" alt="FSF member"></a></div> <br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div> -<a href="https://danieljon.es/cirno"><img src="https://danieljon.es/media/do_you_want_to_talk.png" style="position: fixed; right: 0%; bottom: -0px; width: 10%; height: auto;"></a> +<a href="https://danieljon.es/cirno"><img src="https://danieljon.es/media/do_you_want_to_talk.png" style="z-index: -1; position: fixed; right: 0%; bottom: -0px; width: 10%; height: auto;"></a> </body> </html> |