r23237 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23236‎ | r23237 | r23238 >
Date:18:27, 22 June 2007
Author:brion
Status:old
Tags:
Comment:
Spiff up the JS message a little bit
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -7,4 +7,9 @@
88 .texvc { direction: ltr; unicode-bidi: embed; }
99 /* Stop floats from intruding into edit area in previews */
1010 #toolbar, #wpTextbox1 { clear: both; }
11 -div#mw-js-message { margin: 2em 5%; }
 11+div#mw-js-message {
 12+ margin: 1em 5%;
 13+ padding: 0.5em 2.5%;
 14+ border: solid 1px #ddd;
 15+ background-color: #fcfcfc;
 16+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1183,7 +1183,7 @@
11841184 * to ensure that client-side caches don't keep obsolete copies of global
11851185 * styles.
11861186 */
1187 -$wgStyleVersion = '76';
 1187+$wgStyleVersion = '77';
11881188
11891189
11901190 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log