No difference between visited and unvisited links.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 11 Jan 2007 12:27:10 +0000 (12:27 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 11 Jan 2007 12:27:10 +0000 (12:27 +0000)
www/demo/css/styles.css

index a07ad40..30fd855 100644 (file)
@@ -144,15 +144,11 @@ font: bold 11px verdana;
 }
 
 
-a {
+a, a:visited {
 color: #5d82b7;
 text-decoration: none;
 }
 
-a:visited {
-color: #a0689d;
-}
-
 a:hover {
 text-decoration: underline;
 }