From ef9cdafcfa56f3f002fc15416641861b9e9e794d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 13 Aug 2005 21:39:21 +0000 Subject: 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 --- skins/standard/global.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index ab3eabf10..4c265df1e 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 ; } -- cgit v1.2.3-24-g4f1b