]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
be more specific when expressing style whishes :)
authorAndré Malo <nd@apache.org>
Tue, 6 May 2003 22:35:11 +0000 (22:35 +0000)
committerAndré Malo <nd@apache.org>
Tue, 6 May 2003 22:35:11 +0000 (22:35 +0000)
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

index e01f115afb5cd3e11eaaf05d65bb1ec8751f9e9b..10cb32f5d3d21c3148f1cc2d9ec652c0cffbc241 100644 (file)
@@ -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;
 }