Name

header.content.properties —

Synopsis

§150: §199

  1| <xsl:attribute-set name="header.content.properties">
   |   <xsl:attribute name="font-family">
   |     <xsl:value-of select="$body.font.family"/>
   |   </xsl:attribute>
  5|   <xsl:attribute name="margin-left">
   |     <xsl:value-of select="$title.margin.left"/>
   |   </xsl:attribute>
   |   <xsl:attribute name="margin-right">
   |     <xsl:value-of select="$title.margin.left"/>
 10|   </xsl:attribute>
   | </xsl:attribute-set>

Description

Properties of page header content.