From 7e7f929e6af9bb56f9d4d3161cca8a573bfe5398 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 20 Sep 2012 09:05:06 +0000 Subject: [PATCH] Ditch obsolete body attributes The style sheets are sufficient and the body attributes didn't properly make it through the docbook/tidy chain, causing link-specific attributes to be applied to all text. Reported by Adam Piggott in #3569551. --- doc/source/ldp.dsl.in | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index ccbea7d1..ff281815 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -79,23 +79,6 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(define %body-attr% - ;; REFENTRY body-attr - ;; PURP What attributes should be hung off of BODY? - ;; DESC - ;; A list of the BODY attributes that should be generated. - ;; The format is a list of lists, each interior list contains the - ;; name and value of a BODY attribute. - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list - (list "BGCOLOR" "#EEEEEE") - (list "TEXT" "#000000") - (list "LINK" "#0000FF") - (list "VLINK" "#840084") - (list "ALINK" "#0000FF"))) - (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use @@ -325,23 +308,6 @@ ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(define %body-attr% - ;; REFENTRY body-attr - ;; PURP What attributes should be hung off of BODY? - ;; DESC - ;; A list of the the BODY attributes that should be generated. - ;; The format is a list of lists, each interior list contains the - ;; name and value of a BODY attribute. - ;; /DESC - ;; AUTHOR N/A - ;; /REFENTRY - (list - (list "BGCOLOR" "#EEEEEE") - (list "TEXT" "#000000") - (list "LINK" "#0000FF") - (list "VLINK" "#840084") - (list "ALINK" "#0000FF"))) - (define %stylesheet% ;; REFENTRY stylesheet ;; PURP Name of the stylesheet to use -- 2.49.0