From 6f2be4d9f2f98f9f17f2145ccfe59d9244e1d7ca Mon Sep 17 00:00:00 2001 From: hal9 Date: Thu, 21 Mar 2002 15:58:12 +0000 Subject: [PATCH] Fix. --- doc/source/ldp.dsl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/source/ldp.dsl b/doc/source/ldp.dsl index c4fc0b8d..5c245a48 100644 --- a/doc/source/ldp.dsl +++ b/doc/source/ldp.dsl @@ -10,9 +10,13 @@ ]]> ]> + + @@ -119,7 +123,7 @@ ;; /DESC ;; AUTHOR N/A ;; /REFENTRY - "../ijb.css") + "../ijb_docs.css") (define %stylesheet-type% ;; REFENTRY stylesheet-type @@ -146,6 +150,19 @@ '(("bullet" "disc") ("box" "square"))) +(define %css-decoration% + ;; REFENTRY css-decoration + ;; PURP Enable CSS decoration of elements + ;; DESC + ;; If '%css-decoration%' is turned on then HTML elements produced by the + ;; stylesheet may be decorated with STYLE attributes. For example, the + ;; LI tags produced for list items may include a fragment of CSS in the + ;; STYLE attribute which sets the CSS property "list-style-type". + ;; /DESC + ;; AUTHOR N/A + ;; /REFENTRY + #t) + -- 2.39.2