1
0
Fork 0

fixed color of visited links

Dieser Commit ist enthalten in:
dechutes 2003-05-07 22:37:01 +00:00
Ursprung 7d215a6802
Commit a38f7d9f57
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -42,6 +42,11 @@ color:darkblue;
text-decoration:none; text-decoration:none;
} }
a:visited {
color:darkblue;
text-decoration:none;
}
a:hover { a:hover {
color:red; color:red;
text-decoration:none; text-decoration:none;