From 73b9e0ecdbbb280a8b02dbc75fec20119c986042 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-- branch : key-processing --- 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 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;