Update of /cvsroot/docbook/dsssl/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6494/html
Modified Files:
dbprocdr.dsl
Log Message:
Add CSS decoration of procedure steps (RFE #1033197)
Index: dbprocdr.dsl
===================================================================
RCS file: /cvsroot/docbook/dsssl/html/dbprocdr.dsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -U2 -r1.3 -r1.4
--- dbprocdr.dsl 15 Jan 2003 08:24:13 -0000 1.3
+++ dbprocdr.dsl 23 Sep 2004 20:34:58 -0000 1.4
@@ -58,4 +58,5 @@
(make sequence
(make element gi: "LI"
+ attributes: (list (list "CLASS" (gi)))
(if id
(make element gi: "A"
|