X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=auto_tests%2Fmisc%2Flocal.html;h=12970727fd31123d40da281c4ef0b31d011a15e8;hb=02b1c284cb1f6d1627bc0912bd831ec2f30fdb45;hp=6950a0a5f20aa51e7b8d9cb9cef5eff23c19565c;hpb=3eacb8c2d4f0aca40cf969c21cb4c4ae72704b65;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6950a0a..1297072 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -70,13 +70,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; }