Commit ef9cdafc authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED…

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
parent bd573f6c
......@@ -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 ; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment