r22888 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22887‎ | r22888 | r22889 >
Date:16:43, 10 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Tweak "recreating-deleted" warning appearance under Monobook, Cologne Blue (don't need a border or colourisation in Chick or other skins, not appropriate)
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/cologneblue.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1617,10 +1617,10 @@
16181618 div#mw-recreate-deleted-warn {
16191619 padding: 3px;
16201620 margin-bottom: 3px;
1621 - border: 2px solid #993333;
 1621+ border: 2px solid #2F6FAB;
16221622 }
16231623 div#mw-recreate-deleted-warn ul li {
1624 - font-size: 95%;
 1624+ font-size: 90%;
16251625 }
16261626
16271627 /**
Index: trunk/phase3/skins/common/cologneblue.css
@@ -93,4 +93,15 @@
9494 a.new, #quickbar a.new { color: #CC2200; }
9595 h2, h3, h4, h5, h6 { margin-bottom: 0; }
9696 small { font-size: 75%; }
97 -input.mw-searchInput { width: 106px; }
\ No newline at end of file
 97+input.mw-searchInput { width: 106px; }
 98+
 99+/* Recreating-deleted-page warning and log entries */
 100+div#mw-recreate-deleted-warn {
 101+ padding: 3px;
 102+ margin-top: 3px;
 103+ margin-bottom: 3px;
 104+ border: 1px solid #6688AA;
 105+}
 106+div#mw-recreate-deleted-warn ul li {
 107+ font-size: 90%;
 108+}
\ No newline at end of file
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1182,7 +1182,7 @@
11831183 * to ensure that client-side caches don't keep obsolete copies of global
11841184 * styles.
11851185 */
1186 -$wgStyleVersion = '74';
 1186+$wgStyleVersion = '75';
11871187
11881188
11891189 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007

Status & tagging log