summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorcaillon%returnzero.com <>2003-07-27 10:16:40 +0200
committercaillon%returnzero.com <>2003-07-27 10:16:40 +0200
commite98093ef9f40cf2ab88a939e05de89400906352a (patch)
treeafb8726d8e3691a6daa1531eda51b8bca2e8de76 /css
parent7fac05965d08f290fe19dd6f8e91616d11b56563 (diff)
downloadbugzilla-e98093ef9f40cf2ab88a939e05de89400906352a.tar.gz
bugzilla-e98093ef9f40cf2ab88a939e05de89400906352a.tar.xz
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.css2
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; }