X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=12970727fd31123d40da281c4ef0b31d011a15e8;hb=06682812a5dee4f35ff02be8fab630ca722edc81;hp=6950a0a5f20aa51e7b8d9cb9cef5eff23c19565c;hpb=ba57e1bb6097fe00538c146fea845d8931f819f0;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; }