Page MenuHomePhabricator

Remove redundant IE-CSSFix rules from monobook/main.css
Closed, ResolvedPublic

Description

Author: a.d.bergi

Description:
Since revisions r16962 and r17078 were made due to bug 4525, the main monobook css file wasn't updated. You still can find the line

  • html div.editsection { font-size: smaller; }

in a IE-fixes-section, which should rather be

  • html span.editsection { font-size: smaller; }

Or fully delete it when it isn't needed any more.


Version: 1.17.x
Severity: normal
URL: http://bits.wikimedia.org/skins-1.17/monobook/main.css?301-2

Details

Reference
bz28838

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:35 PM
bzimport set Reference to bz28838.
bzimport added a subscriber: Unknown Object (MLST).

The line appears to be redundant. It was imported from before 2004 in r5091.

cc-ing trevor. What do you think ?

Created attachment 8750
Patch for main.css

It is redundant. MW hasn't used a div.editsection for a long time.

Attached: