From bcd59b5601ff8b26c5439aae6469640e2ccea1cb Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 24 Nov 2014 15:37:57 +0200 Subject: style.css: firefox 35 complains about slash comment in style property --- res/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/style.css b/res/css/style.css index b83d051d..c08af921 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -136,7 +136,7 @@ input:focus { opacity: 0.0; fill: none; stroke-width: 15px; - z-index:2; // higher than link, lower than node + z-index:2; /* higher than link, lower than node */ } .circle.chosen { -- cgit v1.3.1