Jelajahi Sumber

Adjusted page margins to can have available the 78 chars per line required by some BLFS screen blocks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 tahun lalu
induk
melakukan
d1048907d4
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      pdf/lfs-pagesetup.xsl

+ 4 - 4
pdf/lfs-pagesetup.xsl

@@ -8,16 +8,16 @@
        header content and titles size. -->
 
     <!-- The inner page margin. -->
-  <xsl:param name="page.margin.inner" select="'0.5in'"/>
+  <xsl:param name="page.margin.inner" select="'0.32in'"/>
 
     <!-- The outer page margin. -->
-  <xsl:param name="page.margin.outer" select="'0.375in'"/>
+  <xsl:param name="page.margin.outer" select="'0.32in'"/>
 
     <!-- The bottom margin of the page. -->
-  <xsl:param name="page.margin.bottom" select="'0.375in'"/>
+  <xsl:param name="page.margin.bottom" select="'0.35in'"/>
 
     <!-- The top margin of the page. -->
-  <xsl:param name="page.margin.top" select="'0.375in'"/>
+  <xsl:param name="page.margin.top" select="'0.35in'"/>
 
     <!-- The bottom margin of the body text. -->
   <xsl:param name="body.margin.bottom" select="'0.4in'"/>