Customize DSSSL for YAZ to use CSS
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 16 Nov 2003 23:02:08 +0000 (23:02 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 16 Nov 2003 23:02:08 +0000 (23:02 +0000)
doc/yaz.css
doc/yazhtml.dsl.in

index 0090156..5157c14 100644 (file)
@@ -1,8 +1,4 @@
 
-.author {
-       color: green;
-}
-
 .table table {
        border-collapse;
        border: 1px solid black;
index f72e84c..f7aeb48 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: yazhtml.dsl.in,v 1.1 2002-03-21 21:30:45 adam Exp $
+  $Id: yazhtml.dsl.in,v 1.2 2003-11-16 23:02:08 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
@@ -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")
 
 </style-specification-body>
 </style-specification>