From: André Malo Date: Tue, 6 May 2003 22:35:11 +0000 (+0000) Subject: be more specific when expressing style whishes :) X-Git-Tag: pre_ajp_proxy~1732 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48fb534ba629c8fa68a998d1db23c90cc1ebb206;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index e01f115afb5..10cb32f5d3d 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; }