소스 검색

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 년 전
부모
커밋
d1048907d4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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'"/>