Changeset 8142

Show
Ignore:
Timestamp:
05/26/07 04:23:24 (2 years ago)
Author:
manuel
Message:

Center only table title.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/new-xsl/pdf/lfs-mixed.xsl

    r8141 r8142  
    201201  </xsl:attribute-set> 
    202202 
    203    <!-- Center formal objects title, like in table. --> 
     203   <!-- Center table title. --> 
    204204  <xsl:attribute-set name="formal.title.properties"> 
    205     <xsl:attribute name="text-align">center</xsl:attribute> 
     205    <xsl:attribute name="text-align"> 
     206      <xsl:choose> 
     207        <xsl:when test="local-name(.) = 'table'">center</xsl:when> 
     208        <xsl:otherwise>left</xsl:otherwise> 
     209      </xsl:choose> 
     210    </xsl:attribute> 
    206211  </xsl:attribute-set> 
    207212