From: Adam Dickmeiss Date: Sun, 16 Nov 2003 23:02:08 +0000 (+0000) Subject: Customize DSSSL for YAZ to use CSS X-Git-Tag: YAZ.2.0.6~43 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=000e5d43c17d2fd2bc91c48be97cb288a9746f8f Customize DSSSL for YAZ to use CSS --- diff --git a/doc/yaz.css b/doc/yaz.css index 0090156..5157c14 100644 --- a/doc/yaz.css +++ b/doc/yaz.css @@ -1,8 +1,4 @@ -.author { - color: green; -} - .table table { border-collapse; border: 1px solid black; diff --git a/doc/yazhtml.dsl.in b/doc/yazhtml.dsl.in index f72e84c..f7aeb48 100644 --- a/doc/yazhtml.dsl.in +++ b/doc/yazhtml.dsl.in @@ -3,7 +3,7 @@ CDATA DSSSL> ]> @@ -12,7 +12,7 @@ (define %use-id-as-filename% #t) (define %output-dir% "html") (define %html-ext% ".html") -(define %shade-verbatim% #t) +(define %stylesheet% "yaz.css")