r67836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67835‎ | r67836 | r67837 >
Date:23:23, 10 June 2010
Author:hartman
Status:ok
Tags:
Comment:
Fix bug 23519. Move styling of the previewpage note from monobook to common, so that it can be used by Vector as well.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1134,16 +1134,6 @@
11351135 background-color: #0f0;
11361136 }
11371137
1138 -.previewnote {
1139 - color: #c00;
1140 - margin-bottom: 1em;
1141 -}
1142 -
1143 -.previewnote p {
1144 - text-indent: 3em;
1145 - margin: 0.8em 0;
1146 -}
1147 -
11481138 .editExternally {
11491139 border: 1px solid gray;
11501140 background-color: #ffffff;
Index: trunk/phase3/skins/common/shared.css
@@ -643,6 +643,17 @@
644644 border: none;
645645 }
646646
 647+/* Note on preview page */
 648+.previewnote {
 649+ color: #c00;
 650+ margin-bottom: 1em;
 651+}
 652+
 653+.previewnote p {
 654+ text-indent: 3em;
 655+ margin: 0.8em 0;
 656+}
 657+
647658 .visualClear {
648659 clear: both;
649660 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1537,7 +1537,7 @@
15381538 * to ensure that client-side caches do not keep obsolete copies of global
15391539 * styles.
15401540 */
1541 -$wgStyleVersion = '287';
 1541+$wgStyleVersion = '288';
15421542
15431543 /**
15441544 * This will cache static pages for non-logged-in users to reduce

Follow-up revisions

RevisionCommit summaryAuthorDate
r680271.16wmf4: Merge Vector and UsabilityInitiative fixes from trunk: r67836, r678...catrope20:25, 14 June 2010

Status & tagging log