Lightened the background color of diff context lines as per Erwin Dokter's suggestion...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 5 Mar 2012 22:40:29 +0000 (22:40 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 5 Mar 2012 22:40:29 +0000 (22:40 +0000)
resources/mediawiki.action/mediawiki.action.history.diff.css

index 71e7c86..10473be 100644 (file)
@@ -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;