summaryrefslogtreecommitdiff
path: root/docs/manual/style/css
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-05-06 22:35:11 +0000
committerAndré Malo <nd@apache.org>2003-05-06 22:35:11 +0000
commit48fb534ba629c8fa68a998d1db23c90cc1ebb206 (patch)
treef9feebbf316fec8c60962e30c4a8118f5e178b1c /docs/manual/style/css
parent2d5f88cb1a354a0483e7f0330e52942fd28d4bec (diff)
downloadhttpd-48fb534ba629c8fa68a998d1db23c90cc1ebb206.tar.gz
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
Diffstat (limited to 'docs/manual/style/css')
-rw-r--r--docs/manual/style/css/manual.css6
1 files changed, 4 insertions, 2 deletions
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;
}