From 5ab43a23a9a8b3b51e83c17eb4c56fa449522be9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 23 Jan 2019 11:52:05 -0500 Subject: [PATCH] Bug 1522155 - Closed bug links don't get their strike-through --- skins/standard/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index bcfec24c1..949a46549 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -570,14 +570,14 @@ div#docslinks { } .bz_obsolete { - text-decoration: line-through; + text-decoration: line-through !important; } .bz_inactive { - text-decoration: line-through; + text-decoration: line-through !important; } .bz_closed, .bz_CLOSED td { - text-decoration: line-through; + text-decoration: line-through !important; } .bz_private { color: darkred; -- 2.47.3