updated h-title styling

This commit is contained in:
skyanth
2020-04-06 11:00:29 +02:00
parent d876ec38f0
commit 876f13d863
+6 -3
View File
@@ -134,9 +134,12 @@
<xsl:value-of select="$very-large-space"/>
</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="h2" use-attribute-sets="title-4"/>
<xsl:attribute-set name="h3" use-attribute-sets="title-4"/>
<xsl:attribute-set name="h4" use-attribute-sets="title-4"/>
<xsl:attribute-set name="h-title">
<xsl:attribute name="padding-top">3pt</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="h2" use-attribute-sets="bold h-title"/>
<xsl:attribute-set name="h3" use-attribute-sets="bold h-title"/>
<xsl:attribute-set name="h4" use-attribute-sets="bold h-title"/>
<xsl:attribute-set name="bold">
<xsl:attribute name="font-weight">bold</xsl:attribute>
</xsl:attribute-set>