X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=b3b4080520a8733d5be000daa79812decf1164c7;hb=eec4fd0cb7dfc4dc661f00fca0c5ede94e8512a7;hp=6bdb547445f311afd302bba220e76fa578fd3827;hpb=8cf57f114fc9943b588f5cd4153cd398419fd3ef;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6bdb547..b3b4080 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -7,6 +7,7 @@ + @@ -28,8 +29,10 @@ + + @@ -38,8 +41,10 @@ + + @@ -52,11 +57,12 @@ - + + + + @@ -70,10 +76,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; + }