From: Timo Tijhof Date: Wed, 8 Jul 2015 18:56:31 +0000 (+0100) Subject: UserCSSPrefsModule: Remove redundant inline text-decoration:none css rules X-Git-Tag: 1.31.0-rc.0~8571^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=eddbcab08aa8d576f772136b491220d75876fafa;p=lhc%2Fweb%2Fwiklou.git UserCSSPrefsModule: Remove redundant inline text-decoration:none css rules By default user option 'underline' is '2' which means no skin override. Once a upon a time, none of the popular MediaWiki skins specified whether links should have underlines, and most browsers default to having an underline on links (when not hovering). As such, there was an exception added for languages where underlines cause text to be unreadable. Nowadays however all modern skins explicitly specify the intended design for links. Neither the default skin (Vector) nor other popular skins I checked have underlines by default. As such, this rule is redundant. If a skin comes along that does specify underlines by default, then these rules should be placed in that skins' stylesheet. Not in the HTML of all pages. Incidentally, this was the last code branch in ResourceLoaderUserCSSPrefsModule that is true by default. Which means from now on this