Brighten up the high slave lag warning in Monobook; looked a bit...grubby
authorRob Church <robchurch@users.mediawiki.org>
Sat, 7 Jul 2007 00:46:39 +0000 (00:46 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 7 Jul 2007 00:46:39 +0000 (00:46 +0000)
includes/DefaultSettings.php
skins/monobook/main.css

index cf94916..416f9e7 100644 (file)
@@ -1198,7 +1198,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '80';
+$wgStyleVersion = '81';
 
 
 # Server-side caching:
index 3a1b1d9..38531d9 100644 (file)
@@ -1592,7 +1592,6 @@ p.mw-ipb-conveniencelinks {
 /* Friendlier slave lag warnings */
 div.mw-lag-warn-normal,
 div.mw-lag-warn-high {
-       width: 75%;
        padding: 3px;
        text-align: center;
        margin: 3px auto;
@@ -1603,8 +1602,8 @@ div.mw-lag-warn-normal {
 }
 div.mw-lag-warn-high {
        font-weight: bold;
-       border: 2px solid #CC3333;
-       background-color: #CC9999;
+       border: 2px solid #FF0033;
+       background-color: #FFCCCC;
 }
 
 /* Recreating-deleted-page warning and log entries */