From 25b003f2e2b24a46086315be4b6824f5583a8e6e Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 21 Oct 2013 14:20:49 +0200 Subject: Bug 926232 - CSS style ".bz_status_UNCONFIRMED" is not applied due to typo. r=Wurblzap; a=glob --- skins/standard/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 51d7c29db..151391bd7 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; } -- cgit v1.2.3-24-g4f1b