Fix Bug 28979 — “remove some CSS for abbr and acronym tags”
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 14 May 2011 22:10:10 +0000 (22:10 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 14 May 2011 22:10:10 +0000 (22:10 +0000)
commit9433a9ede03a88de09171cce72c3f80170b5036e
tree6b2fe0907362a809d26d723880edee1c362507ff
parentcf20e034056fe5d74b0994ab696a4b40712dd720
Fix Bug 28979 — “remove some CSS for abbr and acronym tags”

    The <abbr> and <acronym> tags were whitelisted with bug 671, but
    there are some CSS rules for them since long, long times. They can
    be found in the first versions of chick, monobook and are carried
    on to vector skin.

    Often these tags are used in links, e.g. [[Normalnull|<abbr
    title="meter above see level">NN</abbr>]]. But in here the
    color:black; makes the text unrecognizable as a hyperlink
    (together with the senseful cursor:help; rule).

    When these rules where meant to override some crazy
    browserdependent default settings, they should be be changed to
    "inherit".

from Bergi
skins/chick/main.css
skins/common/shared.css
skins/vector/screen.css