Browse Source

HPCC-22840 Modify header size

Signed-off-by: G-Pan <greg.panagiotatos@lexisnexis.com>
G-Pan 5 years ago
parent
commit
bf211dd8de
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/BuildTools/fo.xsl
  2. 1 1
      docs/BuildTools/fo.xsl.in

+ 1 - 1
docs/BuildTools/fo.xsl

@@ -156,7 +156,7 @@
 
 <xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="font-size">
-    <xsl:value-of select="$body.font.master * 2.525"></xsl:value-of>
+    <xsl:value-of select="$body.font.master * 2.425"></xsl:value-of>
     <xsl:text>pt</xsl:text>
   </xsl:attribute>
     <xsl:attribute name="color">#A91919</xsl:attribute>

+ 1 - 1
docs/BuildTools/fo.xsl.in

@@ -156,7 +156,7 @@
 
 <xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="font-size">
-    <xsl:value-of select="$body.font.master * 2.525"></xsl:value-of>
+    <xsl:value-of select="$body.font.master * 2.425"></xsl:value-of>
     <xsl:text>pt</xsl:text>
   </xsl:attribute>
     <xsl:attribute name="color">#A91919</xsl:attribute>