r91742 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91741‎ | r91742 | r91743 >
Date:18:08, 8 July 2011
Author:mah
Status:ok
Tags:
Comment:
Fixes Bug #28838 — remove CSS references to div.editsection which grep
confirms isn't currently in use.
Modified paths:
  • /trunk/phase3/skins/monobook/IE60Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/IE70Fixes.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/IE60Fixes.css
@@ -85,7 +85,6 @@
8686 width: 96%;
8787 }
8888
89 -div.editsection,
9089 #catlinks,
9190 div.tright,
9291 div.tleft {
Index: trunk/phase3/skins/monobook/IE70Fixes.css
@@ -69,7 +69,6 @@
7070 }
7171
7272 /*
73 -div.editsection,
7473 #catlinks,
7574 div.tright,
7675 div.tleft {
Index: trunk/phase3/skins/monobook/main.css
@@ -1084,7 +1084,6 @@
10851085 display: inline;
10861086 margin-bottom: 0;
10871087 }
1088 -* html div.editsection { font-size: smaller; }
10891088 #pagehistory li.selected { position: relative; }
10901089
10911090 /* Mac IE 5.0 fix; floated content turns invisible */

Status & tagging log