X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=12970727fd31123d40da281c4ef0b31d011a15e8;hb=30a5cfc6c8dfe0ff412e63498eac09d31e9004a7;hp=6bdb547445f311afd302bba220e76fa578fd3827;hpb=11c2100118270b2667d341c750684d1304b6c0b7;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6bdb547..1297072 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -70,10 +70,24 @@ 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; + } + + #results a:hover { + color: blue; + text-decoration: underline; + }