Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1592,7 +1592,6 @@ |
1593 | 1593 | /* Friendlier slave lag warnings */ |
1594 | 1594 | div.mw-lag-warn-normal, |
1595 | 1595 | div.mw-lag-warn-high { |
1596 | | - width: 75%; |
1597 | 1596 | padding: 3px; |
1598 | 1597 | text-align: center; |
1599 | 1598 | margin: 3px auto; |
— | — | @@ -1603,8 +1602,8 @@ |
1604 | 1603 | } |
1605 | 1604 | div.mw-lag-warn-high { |
1606 | 1605 | font-weight: bold; |
1607 | | - border: 2px solid #CC3333; |
1608 | | - background-color: #CC9999; |
| 1606 | + border: 2px solid #FF0033; |
| 1607 | + background-color: #FFCCCC; |
1609 | 1608 | } |
1610 | 1609 | |
1611 | 1610 | /* Recreating-deleted-page warning and log entries */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1198,7 +1198,7 @@ |
1199 | 1199 | * to ensure that client-side caches don't keep obsolete copies of global |
1200 | 1200 | * styles. |
1201 | 1201 | */ |
1202 | | -$wgStyleVersion = '80'; |
| 1202 | +$wgStyleVersion = '81'; |
1203 | 1203 | |
1204 | 1204 | |
1205 | 1205 | # Server-side caching: |