From: Derk-Jan Hartman Date: Thu, 10 Jun 2010 23:23:32 +0000 (+0000) Subject: Fix bug 23519. Move styling of the previewpage note from monobook to common, so that... X-Git-Tag: 1.31.0-rc.0~36542 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=109cbf184781af476df409605b8b688cfe3f96e9;p=lhc%2Fweb%2Fwiklou.git Fix bug 23519. Move styling of the previewpage note from monobook to common, so that it can be used by Vector as well. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bf7d392b15..aff47628af 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 diff --git a/skins/common/shared.css b/skins/common/shared.css index 7563e453b9..a1c2f71fad 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 3a4c563a2b..2b39af2319 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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;