From d5f46cf96b8f3a6e6e7eda1dd2bb83e44f9a5181 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 13 Aug 2005 21:43:33 +0000 Subject: [PATCH] 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(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index f9ac7c96d1..bf4765c518 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 ; } -- 2.47.2