From 803cb272d0eee11c610ee0cf565c49567e61ac20 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 5 Dec 2009 00:36:26 -0500 Subject: [PATCH 1/1] Use a:link, a:visited instead of a for styling (Suggested by andersk) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.44.0