Bläddra i källkod

Fixed a bad placed tag and readjusted segmentedlist spaces.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 år sedan
förälder
incheckning
8f75e5f66e
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      pdf/lfs-mixed.xsl

+ 6 - 6
pdf/lfs-mixed.xsl

@@ -262,13 +262,13 @@
           <xsl:attribute name="space-after.maximum">0.4em</xsl:attribute>
           <xsl:attribute name="keep-with-previous.within-column">always</xsl:attribute>
         </xsl:when>
-          <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
-          <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
-          <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
-          <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
-          <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
-          <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
         <xsl:otherwise>
+          <xsl:attribute name="space-before.optimum">0.4em</xsl:attribute>
+          <xsl:attribute name="space-before.minimum">0.2em</xsl:attribute>
+          <xsl:attribute name="space-before.maximum">0.6em</xsl:attribute>
+          <xsl:attribute name="space-after.optimum">0.4em</xsl:attribute>
+          <xsl:attribute name="space-after.minimum">0.2em</xsl:attribute>
+          <xsl:attribute name="space-after.maximum">0.6em</xsl:attribute>
         </xsl:otherwise>
       </xsl:choose>
       <xsl:apply-templates select="seglistitem/seg"/>