Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1617,10 +1617,10 @@ |
1618 | 1618 | div#mw-recreate-deleted-warn { |
1619 | 1619 | padding: 3px; |
1620 | 1620 | margin-bottom: 3px; |
1621 | | - border: 2px solid #993333; |
| 1621 | + border: 2px solid #2F6FAB; |
1622 | 1622 | } |
1623 | 1623 | div#mw-recreate-deleted-warn ul li { |
1624 | | - font-size: 95%; |
| 1624 | + font-size: 90%; |
1625 | 1625 | } |
1626 | 1626 | |
1627 | 1627 | /** |
Index: trunk/phase3/skins/common/cologneblue.css |
— | — | @@ -93,4 +93,15 @@ |
94 | 94 | a.new, #quickbar a.new { color: #CC2200; } |
95 | 95 | h2, h3, h4, h5, h6 { margin-bottom: 0; } |
96 | 96 | 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 @@ |
1183 | 1183 | * to ensure that client-side caches don't keep obsolete copies of global |
1184 | 1184 | * styles. |
1185 | 1185 | */ |
1186 | | -$wgStyleVersion = '74'; |
| 1186 | +$wgStyleVersion = '75'; |
1187 | 1187 | |
1188 | 1188 | |
1189 | 1189 | # Server-side caching: |