From 88ebe99ac99053cff1b4350df2e5df912d85e944 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 16 Jun 2007 09:25:34 +0000 Subject: [PATCH] remove visited-links style git-svn-id: file:///var/lib/svn/phpfspot/trunk@103 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- stylesheet.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 7684014..5322b01 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -97,9 +97,6 @@ a { text-decoration: none; } -a:visited, a:active { - color: #00ff00; -} a:hover { color: #00aa44; } @@ -111,14 +108,10 @@ a.tag { font-style: italic; } -a.tag:visited, a.tag:active { - color: #00ff00; -} a.tag:hover { color: #00aa44; } - a.smalltag { font-size: 12px; color: #000000; @@ -126,9 +119,6 @@ a.smalltag { font-style: italic; } -a.smalltag:visited, a.smalltag:active { - color: #00ff00; -} a.smalltag:hover { color: #00aa44; } -- 2.17.1