X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=e04bd62388460544d463444f973b9913f99035dc;hb=2f0791e360541554b8e8bbdf8c7f75084838f615;hp=6950a0a5f20aa51e7b8d9cb9cef5eff23c19565c;hpb=e43d4d238ae016b477aee3f60f1707fb4effacd3;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 6950a0a..e04bd62 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -30,6 +30,7 @@ + @@ -38,8 +39,10 @@ + + @@ -57,6 +60,9 @@ --> + + + @@ -70,13 +76,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; }