]> granicus.if.org Git - docbook-dsssl/commitdiff
Added text-align='start' in literallayout when
authorBob Stayton <bobs@sagehill.net>
Thu, 18 Sep 2003 23:07:33 +0000 (23:07 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 18 Sep 2003 23:07:33 +0000 (23:07 +0000)
not monospaced.

xsl/fo/verbatim.xsl

index 7ced1e45a58ed41f701eab03cbb472f2e48dac47..f2733a254b7914891d79edac101b9e55ec518d82 100644 (file)
         <xsl:when test="$shade.verbatim != 0">
           <fo:block wrap-option='no-wrap'
                     white-space-collapse='false'
+                    text-align='start'
                     linefeed-treatment="preserve"
                     xsl:use-attribute-sets="verbatim.properties shade.verbatim.style">
-
             <xsl:copy-of select="$content"/>
           </fo:block>
         </xsl:when>
         <xsl:otherwise>
           <fo:block wrap-option='no-wrap'
                     white-space-collapse='false'
+                    text-align='start'
                     linefeed-treatment="preserve"
                     xsl:use-attribute-sets="verbatim.properties">
             <xsl:copy-of select="$content"/>