Moved a style over to shared.css out of Monobook, making the edit summary box a consi...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:50:30 +0000 (13:50 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:50:30 +0000 (13:50 +0000)
includes/DefaultSettings.php
skins/common/shared.css
skins/monobook/main.css

index 520dcd3..8429c81 100644 (file)
@@ -1682,7 +1682,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '272';
+$wgStyleVersion = '273';
 
 
 # Server-side caching:
index 674d362..f482781 100644 (file)
@@ -109,6 +109,10 @@ td.mw-submit { white-space: nowrap; }
 
 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
 
+input#wpSummary {
+       width: 80%;
+}
+
 /**
  * Image captions
  */
index fedfca8..a1311a7 100644 (file)
@@ -1164,10 +1164,6 @@ span.updatedmarker {
        text-indent: -2em;
 }
 
-input#wpSummary {
-       width: 80%;
-}
-
 /* @bug 1714 */
 input#wpSave, input#wpDiff {
        margin-right: 0.33em;