From e98093ef9f40cf2ab88a939e05de89400906352a Mon Sep 17 00:00:00 2001 From: "caillon%returnzero.com" <> Date: Sun, 27 Jul 2003 08:16:40 +0000 Subject: Bug 153583 - Links to obsoleted attachment should use line-through style r=kiko@async.com.br a=justdave@netscape.com --- css/edit_bug.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') diff --git a/css/edit_bug.css b/css/edit_bug.css index 64fa4cd71..d5576f391 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -2,4 +2,6 @@ .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } +.bz_obsolete { text-decoration: line-through underline; } + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } -- cgit v1.2.3-24-g4f1b