Index: trunk/phase3/includes/specials/Preferences.php |
— | — | @@ -489,6 +489,7 @@ |
490 | 490 | global $wgContLang; |
491 | 491 | |
492 | 492 | $align['align'] = $wgContLang->isRtl() ? 'right' : 'left'; |
| 493 | + $align['style'] = 'vertical-align:top;'; |
493 | 494 | |
494 | 495 | if ( is_null( $td3 ) ) { |
495 | 496 | $td3 = ''; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -381,6 +381,7 @@ |
382 | 382 | and multiple servers |
383 | 383 | * (bug 14572) Redirects listed on file links on image pages no longer redirect. |
384 | 384 | * (bug 14537) Change interwiki name for Old Church Slavonic (cu) |
| 385 | +* (bug 14590) Vertical align cells of Special:Preferences |
385 | 386 | |
386 | 387 | === API changes in 1.13 === |
387 | 388 | |