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

git-svn-id: svn://10.0.0.236/trunk@177703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2005-08-13 14:43:33 +00:00
parent 6721eece2f
commit 7e30c94ad7

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