Change default machine heading size
This commit is contained in:
parent
7dc45de04a
commit
1fc0d6c8f1
5 changed files with 5 additions and 5 deletions
|
|
@ -238,7 +238,7 @@
|
||||||
<xsl:otherwise/>
|
<xsl:otherwise/>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<h2 style="{$pos}"><xsl:apply-templates/></h2>
|
<h3 style="{$pos}"><xsl:apply-templates/></h3>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="name" mode="component">
|
<xsl:template match="name" mode="component">
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
<xsl:otherwise/>
|
<xsl:otherwise/>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<h2 style="{$pos}"><xsl:apply-templates/></h2>
|
<h3 style="{$pos}"><xsl:apply-templates/></h3>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="name" mode="component">
|
<xsl:template match="name" mode="component">
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@
|
||||||
<xsl:otherwise/>
|
<xsl:otherwise/>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<h2 style="{$pos}"><xsl:apply-templates/></h2>
|
<h3 style="{$pos}"><xsl:apply-templates/></h3>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="name" mode="component">
|
<xsl:template match="name" mode="component">
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@
|
||||||
<xsl:otherwise/>
|
<xsl:otherwise/>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<h2 style="{$pos}"><xsl:apply-templates/></h2>
|
<h3 style="{$pos}"><xsl:apply-templates/></h3>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="name" mode="component">
|
<xsl:template match="name" mode="component">
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,7 @@
|
||||||
<xsl:otherwise/>
|
<xsl:otherwise/>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
<h2 style="{$pos}"><xsl:apply-templates/></h2>
|
<h3 style="{$pos}"><xsl:apply-templates/></h3>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="name" mode="component">
|
<xsl:template match="name" mode="component">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue