X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=455b6cb8ec6cc61df8a2f3617c2eadee53f4d8f9;hb=a0d2e89b1cc62ad1e6a3bf0211e303030c52663e;hp=6bdb547445f311afd302bba220e76fa578fd3827;hpb=8cf57f114fc9943b588f5cd4153cd398419fd3ef;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6bdb547..455b6cb 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -30,6 +30,7 @@ + @@ -38,8 +39,10 @@ + + @@ -57,6 +60,8 @@ --> + + @@ -70,10 +75,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; + }