diff options
author | login | 2024-04-05 09:59:09 +0200 |
---|---|---|
committer | dzwdz | 2024-04-05 09:59:09 +0200 |
commit | 3b499ea47649b4236feb9117dc46db60274f5263 (patch) | |
tree | c9fe4e27a13203f4541084a97d48c87704048b5b | |
parent | 97cbfd2765436480aa1a0f9e3399a1810cf451e1 (diff) |
fix css
-rw-r--r-- | index.css | 3 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/index.css b/index.css index 32322b5..26caf2f 100644 --- a/index.css +++ b/index.css @@ -42,9 +42,8 @@ main { } #heatmap { - position: absolute; width: 100%; - z-index: -1; + height: 0; } #heatmap a { diff --git a/index.php b/index.php index 78a057c..1d7cc87 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ _|_ | | __| _ _|_ __ _ _ |_/|_/|__/\_/|_/|__/o|_/\__/ \/ \/ | |_/</span> is a computer meant for sharing </pre> </div> -<div class="box" style="float:right; text-align:right;"> <pre> +<div class="box" style="float:right; text-align:right; opacity: 0.99"> <pre> <a href="#aa">helpdesk</a> <a href="#aa">wiki</a> <a href="#aa">blog</a> |