From: Raimond Spekking Date: Thu, 19 Jun 2008 09:00:43 +0000 (+0000) Subject: * (bug 14590) Vertical align cells of Special:Preferences X-Git-Tag: 1.31.0-rc.0~46954 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=eeb48c2c29edabffed45191525cbe0771379c962;p=lhc%2Fweb%2Fwiklou.git * (bug 14590) Vertical align cells of Special:Preferences --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index af4f631751..46a787a855 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -381,6 +381,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN and multiple servers * (bug 14572) Redirects listed on file links on image pages no longer redirect. * (bug 14537) Change interwiki name for Old Church Slavonic (cu) +* (bug 14590) Vertical align cells of Special:Preferences === API changes in 1.13 === diff --git a/includes/specials/Preferences.php b/includes/specials/Preferences.php index cdff571598..5215e3ece7 100644 --- a/includes/specials/Preferences.php +++ b/includes/specials/Preferences.php @@ -489,6 +489,7 @@ class PreferencesForm { global $wgContLang; $align['align'] = $wgContLang->isRtl() ? 'right' : 'left'; + $align['style'] = 'vertical-align:top;'; if ( is_null( $td3 ) ) { $td3 = '';