From c5d9a471f2e6a3430cdd717e306d3aa0148c5c96 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 5 Apr 2002 14:18:41 +0000 Subject: [haddock @ 2002-04-05 14:18:41 by simonmar] remove underlines on visited links --- html/haddock.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/haddock.css b/html/haddock.css index a7c6f76a..fba340c3 100644 --- a/html/haddock.css +++ b/html/haddock.css @@ -64,8 +64,8 @@ TD.cbody { } A:link { color: #0000e0; text-decoration: none } -A:visited { color: #0000a0 } -A:hover { background-color: #e0e0ff; text-decoration: none } +A:visited { color: #0000a0; text-decoration: none } +A:hover { background-color: #e0e0ff; text-decoration: none } TD.botbar { background-color: #000099; -- cgit v1.2.3