summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-13 23:39:21 +0200
committerlpsolit%gmail.com <>2005-08-13 23:39:21 +0200
commitef9cdafcfa56f3f002fc15416641861b9e9e794d (patch)
tree0ed9d3edc6b5cec68623a77a6e086fe8b432b993 /skins
parentbd573f6c17018c121a60a2bf41bd2ef92a354075 (diff)
downloadbugzilla-ef9cdafcfa56f3f002fc15416641861b9e9e794d.tar.gz
bugzilla-ef9cdafcfa56f3f002fc15416641861b9e9e794d.tar.xz
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 <wurblzap@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index ab3eabf10..4c265df1e 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 ; }