From 4ba3b0d62abd587aa4fb0cea1c99955a2b0710f2 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 26 May 2011 12:31:27 -0400 Subject: [PATCH] Linkify option types. --- common/content/help.xsl | 15 +++++++++++---- common/modules/config.jsm | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/common/content/help.xsl b/common/content/help.xsl index 8514f92e..606b278b 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -511,10 +511,17 @@ - - - HelpString - HelpType + + + + + + + + + + + diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 3fd3bace..229e09bd 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -749,7 +749,7 @@ var ConfigBase = Class("ConfigBase", { HelpTag;;;FontCode display: inline-block; color: #527BBD; margin-left: 1ex; font-weight: normal; HelpTags display: block; float: right; clear: right; HelpTopic;;;FontCode color: #102663; - HelpType;;;FontCode margin-right: 2ex; + HelpType;;;FontCode color: #102663 !important; margin-right: 2ex; HelpWarning color: red; font-weight: bold;