From 559049abdcebb6fb6f462e1f7fbda91f7a8df136 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 7 Jul 2007 00:46:39 +0000 Subject: [PATCH] Brighten up the high slave lag warning in Monobook; looked a bit...grubby --- includes/DefaultSettings.php | 2 +- skins/monobook/main.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cf94916cb4..416f9e77f8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 3a1b1d99e8..38531d9de6 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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 */ -- 2.20.1