diff options
author | Kris Maglione <kris@vimperator.org> | 2010-08-31 21:09:13 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2010-08-31 21:09:13 -0400 |
commit | 8b0d9586b23eb166fafb064e75c4956021d73ca1 (patch) | |
tree | cc3a8bdda4e19dc18eadd5ed0edc4aa2131b43e2 /common/content/configbase.js | |
parent | 5632e14721897b9e7e23d493f95358bb7df73314 (diff) | |
download | pentadactyl-8b0d9586b23eb166fafb064e75c4956021d73ca1.tar.gz |
Merge testing.
--HG--
rename : common/content/base.js => common/modules/base.jsm
rename : common/content/services.js => common/modules/services.jsm
rename : common/content/style.js => common/modules/styles.jsm
rename : common/content/template.js => common/modules/template.jsm
rename : common/content/util.js => common/modules/util.jsm
Diffstat (limited to 'common/content/configbase.js')
-rw-r--r-- | common/content/configbase.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/content/configbase.js b/common/content/configbase.js index 9005f122..5fb75d29 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -229,13 +229,13 @@ const ConfigBase = Class(ModuleBase, { HelpOptionalArg color: #6A97D4; HelpBody display: block; margin: 1em auto; max-width: 100ex; - HelpBorder,*,dactyl://help/* border-color: silver; border-width: 0px; border-style: solid; + HelpBorder,*,dactyl://help/* border-color: silver; border-width: 0px; border-style: solid; HelpCode display: block; white-space: pre; margin-left: 2em; font-family: Terminus, Fixed, monospace; HelpDefault margin-right: 1ex; white-space: pre; HelpDescription display: block; - HelpEm,html|em,dactyl://help/* font-weight: bold; font-style: normal; + HelpEm,html|em,dactyl://help/* font-weight: bold; font-style: normal; HelpEx display: inline-block; color: #527BBD; font-weight: bold; @@ -250,21 +250,21 @@ const ConfigBase = Class(ModuleBase, { HelpKey color: #102663; - HelpLink,html|a,dactyl://help/* text-decoration: none; + HelpLink,html|a,dactyl://help/* text-decoration: none; HelpLink[href]:hover text-decoration: underline; - HelpList,html|ul,dactyl://help/* display: block; list-style: outside disc; - HelpOrderedList,html|ol,dactyl://help/* display: block; list-style: outside decimal; - HelpListItem,html|li,dactyl://help/* display: list-item; + HelpList,html|ul,dactyl://help/* display: block; list-style: outside disc; + HelpOrderedList,html|ol,dactyl://help/* display: block; list-style: outside decimal; + HelpListItem,html|li,dactyl://help/* display: list-item; HelpNote color: red; font-weight: bold; HelpOpt color: #106326; HelpOptInfo display: inline-block; margin-bottom: 1ex; - HelpParagraph,html|p,dactyl://help/* display: block; margin: 1em 0em; + HelpParagraph,html|p,dactyl://help/* display: block; margin: 1em 0em; HelpParagraph:first-child margin-top: 0; - HelpSpec display: block; margin-left: -10em; float: left; clear: left; color: #527BBD; + HelpSpec display: block; margin-left: -10em; float: left; clear: left; color: #527BBD; margin-right: 2em; HelpString display: inline-block; color: green; font-weight: normal; vertical-align: text-top; HelpString::before content: '"'; |