From: Andre Klapper Date: Mon, 21 Oct 2013 12:20:49 +0000 (+0200) Subject: Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo. X-Git-Tag: bugzilla-4.5.2~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b003f2e2b24a46086315be4b6824f5583a8e6e;p=thirdparty%2Fbugzilla.git Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo. r=Wurblzap; a=glob --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 51d7c29db8..151391bd7b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -245,7 +245,7 @@ div#docslinks { /* Catch-all if you want common styles for all bug links */ } -.bz_bug_link .bz_status_UNCONFIRMED { +.bz_bug_link.bz_status_UNCONFIRMED { font-style: italic; }