mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #17662] Style sheet errors


From: Robert Wruck
Subject: [Mldonkey-bugs] [bug #17662] Style sheet errors
Date: Tue, 12 Sep 2006 20:29:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.5) Gecko/20060805 Firefox/1.5.0.5

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]