From 1085487028f543aa14f3fd8a6bc3f946996de7fe Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 4 Feb 2009 00:51:47 -0600 Subject: [PATCH] help.stylesheet: Use a real bullet instead of a dash --- basis/help/stylesheet/stylesheet.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/stylesheet/stylesheet.factor b/basis/help/stylesheet/stylesheet.factor index 358f054b31..c65fbe6ae4 100644 --- a/basis/help/stylesheet/stylesheet.factor +++ b/basis/help/stylesheet/stylesheet.factor @@ -100,4 +100,4 @@ SYMBOL: list-style H{ { table-gap { 10 2 } } } list-style set-global SYMBOL: bullet -"- " bullet set-global +"• " bullet set-global