From b36eb5e8a0bb82aec2701fcba5ee881d84d47866 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 24 Jan 2011 15:41:49 -0500 Subject: [PATCH] Make :help versions slightly less horrible. --HG-- extra : transplant_source : %80%0F%11%F2%D5%25q%DF%FF%0D%9D%CD%9F%A2%DA%D5%E0%3C%C1%3D --- common/modules/config.jsm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 29708a70..c81456da 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;