[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [metrics-web/master] Fix anchors.



commit 30a727175b845e9db47923d31873b6c2b68ea93c
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Thu Jan 5 13:42:56 2017 +0100

    Fix anchors.
---
 website/web/css/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/web/css/style.css b/website/web/css/style.css
index 1e54398..88cc2fa 100644
--- a/website/web/css/style.css
+++ b/website/web/css/style.css
@@ -768,11 +768,11 @@ label.checkbox-label, label.radio-label {
 
 /* Anchor-Links for Headlines */
 .anchor {
-    display:none;
+    opacity:0;
     text-decoration:none;
 }
 *:hover > .anchor {
-    display:inline;
+    opacity:1;
     color:#78c040;
 }
 *:hover > .anchor:hover {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits