]> granicus.if.org Git - docbook-dsssl/commitdiff
Make monospaced verbatim environments text-aligned to the start.
authorNorman Walsh <ndw@nwalsh.com>
Thu, 5 Sep 2002 13:44:00 +0000 (13:44 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 5 Sep 2002 13:44:00 +0000 (13:44 +0000)
xsl/params/monospace.verbatim.properties.xml

index 608ed220ec582e43b7aa430de66834f5cdcc5e30..14c855909ea9bda64d5c3c8508630a6c92ca1c24 100644 (file)
@@ -6,7 +6,9 @@
 
 <refsynopsisdiv>
 <src:fragment id='monospace.verbatim.properties.frag'>
-<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties"/>
+<xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties">
+  <xsl:attribute name="text-align">start</xsl:attribute>
+</xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
 <refsect1><title>Description</title>