]> granicus.if.org Git - docbook-dsssl/commitdiff
Don't force verbatim environments to be start aligned; they should inherit the curren...
authorNorman Walsh <ndw@nwalsh.com>
Wed, 13 Mar 2002 18:25:18 +0000 (18:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 13 Mar 2002 18:25:18 +0000 (18:25 +0000)
xsl/fo/verbatim.xsl

index ce8d4f6a0c2ee64374d476a20505f6ed2fbf0fc8..94905f05f27f3bbd030bbf6726851a0e36262d8d 100644 (file)
@@ -34,7 +34,6 @@
         <xsl:apply-templates/>
       </xsl:variable>
       <fo:block wrap-option='no-wrap'
-                text-align='start'
                 white-space-collapse='false'
                 linefeed-treatment="preserve"
                 xsl:use-attribute-sets="monospace.verbatim.properties">
@@ -45,7 +44,6 @@
     </xsl:when>
     <xsl:otherwise>
       <fo:block wrap-option='no-wrap'
-                text-align='start'
                 white-space-collapse='false'
                 linefeed-treatment="preserve"
                 xsl:use-attribute-sets="monospace.verbatim.properties">
@@ -71,7 +69,6 @@
       <xsl:choose>
         <xsl:when test="@class='monospaced'">
           <fo:block wrap-option='no-wrap'
-                    text-align='start'
                     linefeed-treatment="preserve"
                     white-space-collapse='false'
                     xsl:use-attribute-sets="monospace.verbatim.properties">
@@ -82,7 +79,6 @@
         </xsl:when>
         <xsl:otherwise>
           <fo:block wrap-option='no-wrap'
-                    text-align='start'
                     linefeed-treatment="preserve"
                     white-space-collapse='false'
                     xsl:use-attribute-sets="verbatim.properties">
@@ -97,7 +93,6 @@
       <xsl:choose>
         <xsl:when test="@class='monospaced'">
           <fo:block wrap-option='no-wrap'
-                    text-align='start'
                     linefeed-treatment="preserve"
                     white-space-collapse='false'
                     xsl:use-attribute-sets="monospace.verbatim.properties">
         </xsl:when>
         <xsl:otherwise>
           <fo:block wrap-option='no-wrap'
-                    text-align='start'
                     linefeed-treatment="preserve"
                     white-space-collapse='false'
                     xsl:use-attribute-sets="verbatim.properties">
     </xsl:when>
     <xsl:otherwise>
       <fo:block wrap-option='no-wrap'
-                text-align='start'
                 linefeed-treatment="preserve"
                 white-space-collapse='false'
                 xsl:use-attribute-sets="verbatim.properties">