X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e41995972f95fbd65e4c1c06a79184464cc89c0f;hb=8887663f6cb6a96cecc1c88d46720438cbab9db0;hp=6950a0a5f20aa51e7b8d9cb9cef5eff23c19565c;hpb=7d8320a97033e4ed8968d12b513bfb7d104c9528;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6950a0a..e419959 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,13 @@ - + + + + + @@ -70,13 +77,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; }