Prettifying visited links.
authorjongfoster <jongfoster@users.sourceforge.net>
Mon, 8 Apr 2002 21:17:01 +0000 (21:17 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Mon, 8 Apr 2002 21:17:01 +0000 (21:17 +0000)
templates/cgi-style.css

index 7b87684..be5b490 100644 (file)
@@ -18,7 +18,9 @@ p,pre  { margin-left: 15px; }
 li { margin: 2px 15px; }
 dl { margin: 2px 15px; }
 
-:link { text-decoration: none; }
+a:link    { color: #0000dd; text-decoration: none; }
+a:visited { color: #330099; text-decoration: none; }
+a:active  { color: #3333ff; text-decoration: none; }
 
 /*
  * Boxen as Table elements: