From adbe117b5a7d321432b177f7f4f0e1baeba4bdf7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 7 Aug 2012 14:50:27 -0700 Subject: [PATCH] help.stylesheet: missing one style... --- basis/help/stylesheet/stylesheet.factor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/basis/help/stylesheet/stylesheet.factor b/basis/help/stylesheet/stylesheet.factor index 90eb32d841..eb252bd1ce 100644 --- a/basis/help/stylesheet/stylesheet.factor +++ b/basis/help/stylesheet/stylesheet.factor @@ -130,7 +130,9 @@ SYMBOL: bullet [ font-size { - default-span-style title-style heading-style - subsection-style snippet-style code-char-style + default-span-style title-style + help-path-style heading-style + subsection-style snippet-style + code-char-style } ] dip '[ get-global [ _ + ] change-at ] with each ;