From aec17c9f7769c22173d9d722250628a6aa3ffd2a Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Mon, 9 Aug 2010 20:33:22 -0700 Subject: Bug 585490: Instead of hardcoding for UNCONFIRMED bug links, use a CSS class. r=mkanat, a=mkanat --- skins/standard/global.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 4f2709e10..c794f62d0 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -251,6 +251,18 @@ div#docslinks { margin: 0; } +/**************************/ +/* Bug links and statuses */ +/**************************/ + +.bz_bug_link { + /* Catch-all if you want common styles for all bug links */ +} + +.bz_bug_link .bz_status_UNCONFIRMED { + font-style: italic; +} + .bz_obsolete { text-decoration: line-through; } -- cgit v1.2.3-24-g4f1b