Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -7,4 +7,9 @@ |
8 | 8 | .texvc { direction: ltr; unicode-bidi: embed; } |
9 | 9 | /* Stop floats from intruding into edit area in previews */ |
10 | 10 | #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 @@ |
1184 | 1184 | * to ensure that client-side caches don't keep obsolete copies of global |
1185 | 1185 | * styles. |
1186 | 1186 | */ |
1187 | | -$wgStyleVersion = '76'; |
| 1187 | +$wgStyleVersion = '77'; |
1188 | 1188 | |
1189 | 1189 | |
1190 | 1190 | # Server-side caching: |