Revert r36446, 36447 -- spews a whole bunch of table alignment into various skins...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 22:11:03 +0000 (22:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 22:11:03 +0000 (22:11 +0000)
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
includes/DefaultSettings.php
skins/modern/main.css
skins/modern/rtl.css
skins/monobook/main.css
skins/monobook/rtl.css
skins/simple/main.css
skins/simple/rtl.css

index ae98067..2999c39 100644 (file)
@@ -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 ===
 
index 63fbf9f..b740811 100644 (file)
@@ -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:
index 0204860..6374988 100644 (file)
@@ -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;
 }
index dc56573..e286a3f 100644 (file)
@@ -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 {
index 78feacd..c052e32 100644 (file)
@@ -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;
 }
index 56af796..73bc145 100644 (file)
@@ -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 {
index bbc3d79..6578d97 100644 (file)
@@ -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;
index 1d3a6a3..13e7aa9 100644 (file)
@@ -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 {