Changeset 8142
- Timestamp:
- 05/26/07 04:23:24 (2 years ago)
- Files:
-
- branches/new-xsl/pdf/lfs-mixed.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/new-xsl/pdf/lfs-mixed.xsl
r8141 r8142 201 201 </xsl:attribute-set> 202 202 203 <!-- Center formal objects title, like in table. -->203 <!-- Center table title. --> 204 204 <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> 206 211 </xsl:attribute-set> 207 212
