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

This commit is contained in:
lpsolit%gmail.com 2005-08-13 14:39:21 +00:00
parent dcd93493d6
commit 277fb684e7

View 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 ; }