From 18a32383779a8eb34cfc8585bbe00aec9cc3c454 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 21 Nov 2008 13:20:27 +0000 Subject: [PATCH] Add comment per wikitech-l thread --- skins/common/diff.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/common/diff.css b/skins/common/diff.css index 9caa83e30e..6afa3734d5 100644 --- a/skins/common/diff.css +++ b/skins/common/diff.css @@ -97,6 +97,7 @@ span.diff-html-removed { span.diff-html-changed { background: url(images/diffunderline.gif) bottom repeat-x; + /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */ *background-color: #c6c6fd; /* light blue */ } -- 2.20.1