From: Trevor Parscal Date: Mon, 5 Mar 2012 22:40:29 +0000 (+0000) Subject: Lightened the background color of diff context lines as per Erwin Dokter's suggestion... X-Git-Tag: 1.31.0-rc.0~24382 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=7e0f94db4f7ae16254da7e013f47e49dceb94e81;p=lhc%2Fweb%2Fwiklou.git Lightened the background color of diff context lines as per Erwin Dokter's suggestion. Now using the standard Vector gray background color (#f3f3f3) which is as light as you can go without most monitors rendering it as white. --- diff --git a/resources/mediawiki.action/mediawiki.action.history.diff.css b/resources/mediawiki.action/mediawiki.action.history.diff.css index 71e7c86a53..10473be779 100644 --- a/resources/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/mediawiki.action/mediawiki.action.history.diff.css @@ -45,7 +45,7 @@ td.diff-deletedline { } td.diff-context { - background: #F2F2F2; + background: #f3f3f3; color: #333333; border-style: solid; border-width: 1px 1px 1px 4px;