Follow-up Comment #5, bug #17662 (project mldonkey):

Hmm.. does that surprise you?
After all, you colored them black (@color_anchor@ expands to #000 on my
system).
If you leave the semicolon in place, the selector

"; a:link,a:active,a:visited"

does not match anything (since it's invalid) and so the links get the default
color (sometimes blue). If you want valid css and blue links, you should add
something like

td.sr a { color: #0000ff; }


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17662>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to