Kaydet (Commit) 58954813 authored tarafından Fred Drake's avatar Fred Drake

avoid applying :active to anchors that are only link targets

(no href attribute)
üst f7a8899f
......@@ -38,7 +38,7 @@ big.xhuge { font-size : xx-large; }
body { color: #000000;
background-color: #ffffff; }
a:active { color: #ff0000; }
a:link:active { color: #ff0000; }
a:link:hover { background-color: #bbeeff; }
a:visited:hover { background-color: #bbeeff; }
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