dleslie     01/01/25 08:08:19

  Modified:    java/xdocs/style/stylesheets xml2fo.xsl
  Log:
  Lieft (start) justify s2, and body elements (para, note,list).
  
  Revision  Changes    Path
  1.6       +5 -5      xml-xalan/java/xdocs/style/stylesheets/xml2fo.xsl
  
  Index: xml2fo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/style/stylesheets/xml2fo.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xml2fo.xsl        2001/01/24 14:55:26     1.5
  +++ xml2fo.xsl        2001/01/25 16:08:17     1.6
  @@ -137,7 +137,7 @@
               line-height="20pt"
               space-before.optimum="15pt"
               space-after.optimum="12pt"
  -            text-align="center"
  +            text-align="start"
               padding-top="3pt"
               >
        <xsl:value-of select="@title"/>
  @@ -166,7 +166,7 @@
               line-height="13pt"
               space-after.optimum="3pt"
               space-before.optimum="3pt"
  -            text-align="justify">
  +            text-align="start">
        <xsl:apply-templates/> 
      </fo:block>
   </xsl:template>
  @@ -178,7 +178,7 @@
               line-height="13pt"
               space-after.optimum="3pt"
               space-before.optimum="3pt"
  -            text-align="justify">
  +            text-align="start">
           Note:     
        <xsl:apply-templates/> 
      </fo:block>
  @@ -391,7 +391,7 @@
         </fo:list-item-label>
         <fo:list-item-body>
           <fo:block space-after.optimum="4pt"
  -              text-align="justify"
  +              text-align="start"
                 padding-top="3pt">
             <xsl:apply-templates/> 
          </fo:block>
  @@ -410,7 +410,7 @@
         </fo:list-item-label>
         <fo:list-item-body>
           <fo:block space-after.optimum="4pt"
  -              text-align="justify"
  +              text-align="start"
                 padding-top="3pt">
             <xsl:apply-templates/> 
          </fo:block>
  
  
  

Reply via email to