r36255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36254‎ | r36255 | r36256 >
Date:09:27, 13 June 2008
Author:raymond
Status:old
Tags:
Comment:
Remove non standard, Gecko specific CSS.
At least Opera whines about it and the round corners are not consistent to all other boxes with square corners.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1445,7 +1445,6 @@
14461446 border: solid 1px silver;
14471447 padding: 4px;
14481448 margin: 1em;
1449 - -moz-border-radius: 6px;
14501449 background: #f0f0f0;
14511450 }
14521451
Index: trunk/phase3/skins/modern/main.css
@@ -912,7 +912,6 @@
913913 border: solid 1px silver;
914914 padding: 4px;
915915 margin: 1em;
916 - -moz-border-radius: 6px;
917916 background: #f0f0f0;
918917 }
919918
Index: trunk/phase3/skins/common/oldshared.css
@@ -388,7 +388,6 @@
389389 border: solid 1px silver;
390390 padding: 4px;
391391 margin: 1em;
392 - -moz-border-radius: 6px;
393392 background: #f0f0f0;
394393 }
395394
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1341,7 +1341,7 @@
13421342 * to ensure that client-side caches don't keep obsolete copies of global
13431343 * styles.
13441344 */
1345 -$wgStyleVersion = '155';
 1345+$wgStyleVersion = '156';
13461346
13471347
13481348 # Server-side caching:

Status & tagging log