r32270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32269‎ | r32270 | r32271 >
Date:23:00, 20 March 2008
Author:brion
Status:old
Tags:
Comment:
Don't force a white background on <table>s appearing in a <fieldset>;
this'll take care of most uses of table layouts in special forms on
sites like English Wikipedia which add a non-white background color
to the special page namespace.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -67,6 +67,10 @@
6868 floated tables */
6969 background-color: white;
7070 }
 71+fieldset table {
 72+ /* but keep table layouts in forms clean... */
 73+ background: none;
 74+}
7175 a {
7276 text-decoration: none;
7377 color: #002bb8;
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1325,7 +1325,7 @@
13261326 * to ensure that client-side caches don't keep obsolete copies of global
13271327 * styles.
13281328 */
1329 -$wgStyleVersion = '123';
 1329+$wgStyleVersion = '124';
13301330
13311331
13321332 # Server-side caching:

Status & tagging log