Clean up more of the local testing script, and also make it prettier. Add execution...
[dygraphs.git] / auto_tests / misc / local.html
index 6950a0a..1297072 100644 (file)
     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;
   }
 </style>
 </head>