summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorChristian Legnitto <clegnitto@mozilla.com>2010-08-10 05:33:22 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-08-10 05:33:22 +0200
commitaec17c9f7769c22173d9d722250628a6aa3ffd2a (patch)
tree1cf822dca95cc54f8f0708ca1123e8e9eb7421e9 /skins
parentf88ae24fadcad542e9d72890a4bf67bcb28e7270 (diff)
downloadbugzilla-aec17c9f7769c22173d9d722250628a6aa3ffd2a.tar.gz
bugzilla-aec17c9f7769c22173d9d722250628a6aa3ffd2a.tar.xz
Bug 585490: Instead of hardcoding <i> for UNCONFIRMED bug links, use
a CSS class. r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css12
1 files changed, 12 insertions, 0 deletions
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;
}