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

Anchors ("a" elements) used only for the name attribute should not

change color on hover, only those that are link sources (href
attributes).
üst 1e4519fa
......@@ -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; }
......
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