summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-14 13:47:58 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-14 13:47:58 (GMT)
commita8ef0d1df29b836920f3fff1da7bf4675302d1f8 (patch)
treed9df63e2f6ab300e11bfc5bc98cad3645db0a9b3 /Doc/html
parent1e4519faaa0730026716dc94344981fa6c9bb18a (diff)
downloadcpython-a8ef0d1df29b836920f3fff1da7bf4675302d1f8.zip
cpython-a8ef0d1df29b836920f3fff1da7bf4675302d1f8.tar.gz
cpython-a8ef0d1df29b836920f3fff1da7bf4675302d1f8.tar.bz2
Anchors ("a" elements) used only for the name attribute should not
change color on hover, only those that are link sources (href attributes).
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css
index 3f8b3e8..762d1c4 100644
--- a/Doc/html/style.css
+++ b/Doc/html/style.css
@@ -39,7 +39,7 @@ body { color: #000000;
background-color: #ffffff; }
a:active { color: #ff0000; }
-a:hover { background-color: #bbeeff; }
+a[href]:hover { background-color: #bbeeff; }
a:visited { color: #551a8b; }
a:link { color: #0000bb; }