diff options
author | lpsolit%gmail.com <> | 2005-08-13 21:39:21 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-13 21:39:21 +0000 |
commit | ef9cdafcfa56f3f002fc15416641861b9e9e794d (patch) | |
tree | 0ed9d3edc6b5cec68623a77a6e086fe8b432b993 /skins | |
parent | Bug 302778: When using IE, all negative event checkboxes are missing from ema... (diff) | |
download | bugzilla-ef9cdafcfa56f3f002fc15416641861b9e9e794d.tar.gz bugzilla-ef9cdafcfa56f3f002fc15416641861b9e9e794d.tar.bz2 bugzilla-ef9cdafcfa56f3f002fc15416641861b9e9e794d.zip |
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
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index ab3eabf10..4c265df1e 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -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 ; } |