]> granicus.if.org Git - docbook-dsssl/commitdiff
Set start-indent and end-indent for fo:table-body used to format lists to
authorBob Stayton <bobs@sagehill.net>
Wed, 25 May 2005 22:35:19 +0000 (22:35 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 25 May 2005 22:35:19 +0000 (22:35 +0000)
zero so that they do not inherit any start-indent from their container, which
would indent relative to the cell boundary.

xsl/fo/lists.xsl

index 023cb9f132a028f58161c591327f10f3aa7a1e97..a9adbf2d3ae2681e6104fe405cac885e2ea05a9d 100644 (file)
         </xsl:choose>
       </xsl:with-param>
     </xsl:call-template>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <xsl:call-template name="simplelist.vert">
         <xsl:with-param name="cols">
           <xsl:choose>
         </xsl:choose>
       </xsl:with-param>
     </xsl:call-template>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <xsl:call-template name="simplelist.horiz">
         <xsl:with-param name="cols">
           <xsl:choose>
         </xsl:choose>
       </xsl:with-param>
     </xsl:call-template>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <xsl:call-template name="simplelist.vert">
         <xsl:with-param name="cols">
           <xsl:choose>
   <fo:table>
     <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
     <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
-    <fo:table-header>
+    <fo:table-header start-indent="0pt" end-indent="0pt">
       <fo:table-row>
         <xsl:apply-templates select="segtitle" mode="seglist-table"/>
       </fo:table-row>
     </fo:table-header>
-    <fo:table-body>
+    <fo:table-body start-indent="0pt" end-indent="0pt">
       <xsl:apply-templates select="seglistitem" mode="seglist-table"/>
     </fo:table-body>
   </fo:table>