From: lpsolit%gmail.com <> Date: Sat, 13 Aug 2005 21:39:21 +0000 (+0000) Subject: Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED... X-Git-Tag: bugzilla-2.21.1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9cdafcfa56f3f002fc15416641861b9e9e794d;p=thirdparty%2Fbugzilla.git Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED bugs not to be lined through in bug lists any more - Patch by Marc Schumann r=LpSolit a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index ab3eabf10f..4c265df1e3 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -289,7 +289,10 @@ body .bz_obsolete { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; } -.bz_closed { text-decoration: line-through; } +.bz_closed, +.bz_CLOSED td { + text-decoration: line-through; +} .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; }