]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED...
authorlpsolit%gmail.com <>
Sat, 13 Aug 2005 21:39:21 +0000 (21:39 +0000)
committerlpsolit%gmail.com <>
Sat, 13 Aug 2005 21:39:21 +0000 (21:39 +0000)
skins/standard/global.css

index ab3eabf10fa25e0e68b7031e2250a99961907a60..4c265df1e3a9e41dc67cac6b68b95f72b2392e68 100644 (file)
@@ -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 ; }