Fix bug 23519. Move styling of the previewpage note from monobook to common, so that...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 10 Jun 2010 23:23:32 +0000 (23:23 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 10 Jun 2010 23:23:32 +0000 (23:23 +0000)
includes/DefaultSettings.php
skins/common/shared.css
skins/monobook/main.css

index bf7d392..aff4762 100644 (file)
@@ -1537,7 +1537,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '287';
+$wgStyleVersion = '288';
 
 /**
  * This will cache static pages for non-logged-in users to reduce
index 7563e45..a1c2f71 100644 (file)
@@ -643,6 +643,17 @@ table.collapsed tr.collapsable {
        border: none;
 }
 
+/* Note on preview page */
+.previewnote {
+       color: #c00;
+       margin-bottom: 1em;
+}
+
+.previewnote p {
+       text-indent: 3em;
+       margin: 0.8em 0;
+}
+
 .visualClear {
        clear: both;
 }
index 3a4c563..2b39af2 100644 (file)
@@ -1134,16 +1134,6 @@ span.updatedmarker {
        background-color: #0f0;
 }
 
-.previewnote {
-       color: #c00;
-       margin-bottom: 1em;
-}
-
-.previewnote p {
-       text-indent: 3em;
-       margin: 0.8em 0;
-}
-
 .editExternally {
        border: 1px solid gray;
        background-color: #ffffff;