From eeb48c2c29edabffed45191525cbe0771379c962 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 19 Jun 2008 09:00:43 +0000 Subject: [PATCH] * (bug 14590) Vertical align cells of Special:Preferences --- RELEASE-NOTES | 1 + includes/specials/Preferences.php | 1 + 2 files changed, 2 insertions(+) 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 = ''; -- 2.20.1