From: hal9 <hal9@users.sourceforge.net>
Date: Thu, 21 Mar 2002 15:58:12 +0000 (+0000)
Subject: Fix.
X-Git-Tag: v_2_9_12~13
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/static/diff?a=commitdiff_plain;h=6f2be4d9f2f98f9f17f2145ccfe59d9244e1d7ca;p=privoxy.git

Fix.
---

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 @@
 ]]>
 ]>
 
+<!--
+
 ;; borrowed from the LDP stylesheet, with modifications, HB.
 ;; Added support for css 03/20/02, and other mods.
 
+-->
+
 <style-sheet>
 
 <style-specification id="print" use="docbook">
@@ -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)
+
 
 </style-specification-body>
 </style-specification>