diff options
author | caillon%returnzero.com <> | 2003-07-27 08:16:40 +0000 |
---|---|---|
committer | caillon%returnzero.com <> | 2003-07-27 08:16:40 +0000 |
commit | e98093ef9f40cf2ab88a939e05de89400906352a (patch) | |
tree | afb8726d8e3691a6daa1531eda51b8bca2e8de76 /css | |
parent | Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error... (diff) | |
download | bugzilla-e98093ef9f40cf2ab88a939e05de89400906352a.tar.gz bugzilla-e98093ef9f40cf2ab88a939e05de89400906352a.tar.bz2 bugzilla-e98093ef9f40cf2ab88a939e05de89400906352a.zip |
Bug 153583 - Links to obsoleted attachment should use line-through style
r=kiko@async.com.br
a=justdave@netscape.com
Diffstat (limited to 'css')
-rw-r--r-- | css/edit_bug.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |