X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=37bda4ed655d8f60925d87a972c4412ae9718529;hb=0a5aa490041ec62b5c7e4951d4d4e7a2fd345fc2;hp=6bdb547445f311afd302bba220e76fa578fd3827;hpb=8cf57f114fc9943b588f5cd4153cd398419fd3ef;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6bdb547..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,10 +72,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; + }