]> 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:43:33 +0000 (21:43 +0000)
committerlpsolit%gmail.com <>
Sat, 13 Aug 2005 21:43:33 +0000 (21:43 +0000)
skins/standard/global.css

index f9ac7c96d1d7aebe988f3c2ec5f8b4c45ed30b2b..bf4765c51818169ff6c088166e15fd62510c2cf2 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 ; }