From 109cbf184781af476df409605b8b688cfe3f96e9 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 10 Jun 2010 23:23:32 +0000 Subject: [PATCH] Fix bug 23519. Move styling of the previewpage note from monobook to common, so that it can be used by Vector as well. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 11 +++++++++++ skins/monobook/main.css | 10 ---------- 3 files changed, 12 insertions(+), 11 deletions(-) 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; -- 2.20.1