X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=37bda4ed655d8f60925d87a972c4412ae9718529;hb=64ca7a2e6437b9d050ad42e60b27475bc01efeb5;hp=6950a0a5f20aa51e7b8d9cb9cef5eff23c19565c;hpb=3eacb8c2d4f0aca40cf969c21cb4c4ae72704b65;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6950a0a..37bda4e 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -2,11 +2,8 @@ - - + @@ -28,18 +25,21 @@ + + - + + @@ -52,11 +52,13 @@ - + + + + + @@ -70,13 +72,23 @@ color: red; } - .activeAnchor { - color: black; + /* Broken: the active anchor isn't gray. Why not? */ + #results .activeAnchor { + color: grey; + } + + #results a { + text-decoration: none; + } + + #results a:visited { + color: blue; text-decoration: none; } - .anchor:hover { - color:blue; + #results a:hover { + color: blue; + text-decoration: underline; }