aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-07-21 16:18:47 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-07-21 16:18:47 +0000
commit0db1b886b0b4dfb863ae67933f0a77136b77a828 (patch)
treea169d4de0bc84e4ce5195f801ab646ce8b065a85
parent5b6ecc816f66e8f4f52d1271f08c54a7e83bfbc6 (diff)
downloaddoc-0db1b886b0b4dfb863ae67933f0a77136b77a828.tar.gz
doc-0db1b886b0b4dfb863ae67933f0a77136b77a828.zip
- Readjust margins so that page numbers are more separated and thus are
more visible
Notes
Notes: svn path=/projects/db5/; revision=42351
-rw-r--r--share/xsl/freebsd-fo.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/xsl/freebsd-fo.xsl b/share/xsl/freebsd-fo.xsl
index 15dc5d66e3..80233a2b52 100644
--- a/share/xsl/freebsd-fo.xsl
+++ b/share/xsl/freebsd-fo.xsl
@@ -30,11 +30,11 @@
<xsl:param name="force.blank.pages" select="1"/>
<!-- Page margins and spacing -->
- <xsl:param name="page.margin.bottom">3cm</xsl:param>
+ <xsl:param name="page.margin.bottom">2cm</xsl:param>
<xsl:param name="page.margin.inner">3cm</xsl:param>
<xsl:param name="page.margin.outer">2.5cm</xsl:param>
<xsl:param name="page.margin.top">2.13cm</xsl:param>
- <xsl:param name="body.margin.bottom">0.5cm</xsl:param>
+ <xsl:param name="body.margin.bottom">1cm</xsl:param>
<xsl:param name="body.margin.top">1.0cm</xsl:param>
<xsl:param name="body.margin.inner">0</xsl:param>
<xsl:param name="body.margin.outer">0</xsl:param>