From 636f1ce5116b2d5312ffdf6b00d7c69bc2cf4324 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 19 Jun 2008 22:11:03 +0000 Subject: [PATCH] Revert r36446, 36447 -- spews a whole bunch of table alignment into various skins' skin-specific CSS. This seems a bit odd; if there's a reason for it *at all* it should be in the shared CSS, but I don't see any reason for it to begin with, really. --- RELEASE-NOTES | 1 - includes/DefaultSettings.php | 2 +- skins/modern/main.css | 5 ----- skins/modern/rtl.css | 4 ---- skins/monobook/main.css | 4 ---- skins/monobook/rtl.css | 4 ---- skins/simple/main.css | 5 ----- skins/simple/rtl.css | 4 ---- 8 files changed, 1 insertion(+), 28 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae980676a7..2999c390c1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -381,7 +381,6 @@ 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/DefaultSettings.php b/includes/DefaultSettings.php index 63fbf9fa42..b74081163b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '157'; +$wgStyleVersion = '156'; # Server-side caching: diff --git a/skins/modern/main.css b/skins/modern/main.css index 02048602f4..6374988920 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -366,11 +366,6 @@ h1, h2 { font-weight: bold; } -.pref-label, .pref-input { - text-align: left; - vertical-align: top; -} - #preftoc li.selected { background-color: #bbbbbb; } diff --git a/skins/modern/rtl.css b/skins/modern/rtl.css index dc56573de5..e286a3f429 100644 --- a/skins/modern/rtl.css +++ b/skins/modern/rtl.css @@ -72,10 +72,6 @@ div.townBox dl dd { padding-right: 2em; } -.pref-label, .pref-input { - text-align: right; -} - /* workaround for moz bug, displayed bullets on left side */ #toc ul { diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 78feacd262..c052e32af0 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1037,10 +1037,6 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { .prefsection table, .prefsection legend { background-color: #F9F9F9; } -.pref-label, .pref-input { - text-align: left; - vertical-align: top; -} .mainLegend { display: none; } diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 56af796314..73bc1451f7 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -195,10 +195,6 @@ li#ca-watch { padding-right: 2em; } -.pref-label, .pref-input { - text-align: right; -} - /* workaround for moz bug, displayed bullets on left side */ #toc ul { diff --git a/skins/simple/main.css b/skins/simple/main.css index bbc3d791d7..6578d970ec 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -403,11 +403,6 @@ div.prefsectiontip { margin-top: 1em; } -.pref-label, .pref-input { - text-align: left; - vertical-align: top; -} - #mw_trackbacks { border-style: groove; padding: 0.2em; diff --git a/skins/simple/rtl.css b/skins/simple/rtl.css index 1d3a6a321a..13e7aa91f4 100644 --- a/skins/simple/rtl.css +++ b/skins/simple/rtl.css @@ -141,10 +141,6 @@ div.townBox dl dd { padding-right: 2em; } -.pref-label, .pref-input { - text-align: right; -} - /* workaround for moz bug, displayed bullets on left side */ #toc ul { -- 2.20.1