diff options
-rw-r--r-- | common/modules/config.jsm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm index bc52366c..18b7aa4c 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -592,8 +592,8 @@ var ConfigBase = Class("ConfigBase", { HelpOrderedList3;ol[level="3"],ol ol ol;dactyl://help/* list-style: outside lower-roman; HelpOrderedList4;ol[level="4"],ol ol ol ol;dactyl://help/* list-style: outside decimal; - HelpList;html|ul;dactyl://help/* display: block; list-style: outside disc; - HelpListItem;html|li;dactyl://help/* display: list-item; + HelpList;html|ul;dactyl://help/* display: block; list-style-position: outside; margin: 1em 0; + HelpListItem;html|li;dactyl://help/* display: list-item; HelpNote color: red; font-weight: bold; |