aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-05 14:18:41 +0000
committersimonmar <unknown>2002-04-05 14:18:41 +0000
commitc5d9a471f2e6a3430cdd717e306d3aa0148c5c96 (patch)
tree73b42554842f19d2ec0653a78bbc9ea0f851677c
parent3a62f96b8ea3a1e897f038373942cd36d8caf5fe (diff)
[haddock @ 2002-04-05 14:18:41 by simonmar]
remove underlines on visited links
-rw-r--r--html/haddock.css4
1 files 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;