From 64bc3928b2b4b7aad281fea52dff62a34d0dbb02 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 6 Aug 2006 19:17:57 +0000 Subject: Do not use shade.verbatim, set the background color and border as a normal * docs/xsl/html.xsl: Do not use shade.verbatim, set the background color and border as a normal html tag to avoid an external stylesheet. --- ChangeLog | 6 ++++++ docs/xsl/html.xsl | 34 +++++++--------------------------- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index c825727..08ca6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-06 Johan Dahlin + + * docs/xsl/html.xsl: Do not use shade.verbatim, set the background + color and border as a normal html tag to avoid an external + stylesheet. + 2006-08-04 Johan Dahlin * configure.ac: Post release version bump diff --git a/docs/xsl/html.xsl b/docs/xsl/html.xsl index 3bb5638..98b165c 100644 --- a/docs/xsl/html.xsl +++ b/docs/xsl/html.xsl @@ -7,17 +7,10 @@ - - - 0 - #E0E0E0 - 100% - - @@ -50,26 +43,13 @@ - - - - - - -
- -
-
- - - - - -
- -
-
-
+ + + + +
+ +
-- cgit