Commit 58954813 authored by Fred Drake's avatar Fred Drake

avoid applying :active to anchors that are only link targets

(no href attribute)
parent f7a8899f
...@@ -38,7 +38,7 @@ big.xhuge { font-size : xx-large; } ...@@ -38,7 +38,7 @@ big.xhuge { font-size : xx-large; }
body { color: #000000; body { color: #000000;
background-color: #ffffff; } background-color: #ffffff; }
a:active { color: #ff0000; } a:link:active { color: #ff0000; }
a:link:hover { background-color: #bbeeff; } a:link:hover { background-color: #bbeeff; }
a:visited:hover { background-color: #bbeeff; } a:visited:hover { background-color: #bbeeff; }
a:visited { color: #551a8b; } a:visited { color: #551a8b; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment