From: Alex Dehnert Date: Sat, 5 Dec 2009 05:36:26 +0000 (-0500) Subject: Use a:link, a:visited instead of a for styling X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/803cb272d0eee11c610ee0cf565c49567e61ac20?hp=8b2eb57fa462867d8cedee40f25487d53e8ee9e3 Use a:link, a:visited instead of a for styling (Suggested by andersk) --- diff --git a/style.css b/style.css index 5281a8a..94d6337 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ body{ padding:0; margin:0; } -a{ +a:link, a:visited { text-decoration: none; color:#0066CC; }