From 380b6e527cfb9cc98e6e40849915e2627fa2d0ae Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Wed, 17 Mar 2004 07:52:47 +0000 Subject: Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of to use new classes and clean up callsites. Patch by byron jones . r=myk, gerv. a=myk. --- css/edit_bug.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/edit_bug.css b/css/edit_bug.css index d5576f391..edde85685 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -2,6 +2,8 @@ .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } -.bz_obsolete { text-decoration: line-through underline; } +.bz_obsolete { text-decoration: line-through; } +.bz_inactive { text-decoration: line-through; } +.bz_closed { text-decoration: line-through; } table#flags th, table#flags td { vertical-align: baseline; text-align: left; } -- cgit v1.2.3-24-g4f1b