diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-24 15:37:57 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-24 15:37:57 +0200 |
| commit | bcd59b5601ff8b26c5439aae6469640e2ccea1cb (patch) | |
| tree | bd1eef800c14de076325d3405a7a0cbf3c5c4a2e /res/css/style.css | |
| parent | 61e2b5b87aca0cb5f58d3a41c4e1c649d371e1c8 (diff) | |
style.css: firefox 35 complains about slash comment in style property
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
