]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved font sizes one level to compensate for change of
authorBob Stayton <bobs@sagehill.net>
Tue, 1 Oct 2002 05:03:58 +0000 (05:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 1 Oct 2002 05:03:58 +0000 (05:03 +0000)
the section.level template returning a number that
matches the section level. The result should be no
change in output font sizes for section titles.

xsl/params/section.title.level1.properties.xml
xsl/params/section.title.level2.properties.xml
xsl/params/section.title.level3.properties.xml
xsl/params/section.title.level4.properties.xml
xsl/params/section.title.level5.properties.xml

index 33449fcd8ed6fb7607d996feb20c6e009138226b..9e309de2db351f36970df8af6ee9cdae3634a459 100644 (file)
@@ -11,7 +11,7 @@
 <refsynopsisdiv>
 <src:fragment id='section.title.level1.properties.frag'>
 <xsl:attribute-set name="section.title.level1.properties">
-  <xsl:attribute name="font-size">18pt</xsl:attribute>
+  <xsl:attribute name="font-size">16pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index b653d77fa5cfae0649b990ac8965b0d48e2b2e5e..d3e90131656ba2e8ec0d2401adad2324592dd01a 100644 (file)
@@ -11,7 +11,7 @@
 <refsynopsisdiv>
 <src:fragment id='section.title.level2.properties.frag'>
 <xsl:attribute-set name="section.title.level2.properties">
-  <xsl:attribute name="font-size">16pt</xsl:attribute>
+  <xsl:attribute name="font-size">14pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index cac589ce2be665f82eeb3a377e0616fae8bbcd4f..1cdff3bc98996cf3a106f9fb5e91532221d69ed9 100644 (file)
@@ -11,7 +11,7 @@
 <refsynopsisdiv>
 <src:fragment id='section.title.level3.properties.frag'>
 <xsl:attribute-set name="section.title.level3.properties">
-  <xsl:attribute name="font-size">14pt</xsl:attribute>
+  <xsl:attribute name="font-size">12pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index 2c7e41ed1caf4befecab54c4c40b92ad303d2191..c146799148c1837d73e2a8524681b568bf25f9a5 100644 (file)
@@ -11,7 +11,7 @@
 <refsynopsisdiv>
 <src:fragment id='section.title.level4.properties.frag'>
 <xsl:attribute-set name="section.title.level4.properties">
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="font-size">11pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>
index be832a6336a5945b38b42bd260d9529e0b520251..8c6b8da99b1e718ecb2f92cc702c34cdd4fdda07 100644 (file)
@@ -11,7 +11,7 @@
 <refsynopsisdiv>
 <src:fragment id='section.title.level5.properties.frag'>
 <xsl:attribute-set name="section.title.level5.properties">
-  <xsl:attribute name="font-size">12pt</xsl:attribute>
+  <xsl:attribute name="font-size">10pt</xsl:attribute>
 </xsl:attribute-set>
 </src:fragment>
 </refsynopsisdiv>