r36446 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36445‎ | r36446 | r36447 >
Date:09:00, 19 June 2008
Author:raymond
Status:old
Tags:
Comment:
* (bug 14590) Vertical align cells of Special:Preferences
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/Preferences.php
@@ -489,6 +489,7 @@
490490 global $wgContLang;
491491
492492 $align['align'] = $wgContLang->isRtl() ? 'right' : 'left';
 493+ $align['style'] = 'vertical-align:top;';
493494
494495 if ( is_null( $td3 ) ) {
495496 $td3 = '';
Index: trunk/phase3/RELEASE-NOTES
@@ -381,6 +381,7 @@
382382 and multiple servers
383383 * (bug 14572) Redirects listed on file links on image pages no longer redirect.
384384 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
 385+* (bug 14590) Vertical align cells of Special:Preferences
385386
386387 === API changes in 1.13 ===
387388

Follow-up revisions

RevisionCommit summaryAuthorDate
r36485Revert r36446, 36447 -- spews a whole bunch of table alignment into various s...brion22:11, 19 June 2008

Status & tagging log