diff options
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r-- | common/modules/config.jsm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 0e818d3f..71d25426 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -613,6 +613,9 @@ var ConfigBase = Class("ConfigBase", { HelpString[delim]::before content: attr(delim); HelpString[delim]::after content: attr(delim); + HelpNews position: relative; + HelpNewsOld opacity: .7; + HelpNewsTag position: absolute; left: 100%; padding-left: 1em; color: #527BBD; opacity: .6; white-space: pre; HelpHead;html|h1,html|h2,html|h3,html|h4;dactyl://help/* { font-weight: bold; |