From 48fb534ba629c8fa68a998d1db23c90cc1ebb206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Malo?= Date: Tue, 6 May 2003 22:35:11 +0000 Subject: be more specific when expressing style whishes :) This removes the hover effect on non-link anchors. (tested with IE6, Phoenix 0.5, Opera 7) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99733 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/manual/style/css') diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index e01f115afb..10cb32f5d3 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -59,8 +59,10 @@ a:visited { background-color: inherit; } -a:hover, -a:active { +a:link:hover, +a:link:active, +a:visited:hover, +a:visited:active { color: #0073c7; background-color: #f0f0f0; } -- cgit v1.2.1