From a5073e54373844f20dcc088e456ab3778c44fb48 Mon Sep 17 00:00:00 2001
From: Noboru Saito <noborusai@gmail.com>
Date: Wed, 11 Jun 2025 08:05:55 +0900
Subject: [PATCH 2/2] set margin-left and margin-right to 0.25in

---
 doc/src/sgml/stylesheet-fo.xsl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl
index 330a508538b..cb2bde2e7e4 100644
--- a/doc/src/sgml/stylesheet-fo.xsl
+++ b/doc/src/sgml/stylesheet-fo.xsl
@@ -48,6 +48,8 @@ an "Unresolved ID reference found" warning during PDF builds.
   <xsl:attribute name="padding-end">12pt</xsl:attribute>
   <xsl:attribute name="padding-top">6pt</xsl:attribute>
   <xsl:attribute name="padding-bottom">6pt</xsl:attribute>
+  <xsl:attribute name="margin-left">0.25in</xsl:attribute>
+  <xsl:attribute name="margin-right">0.25in</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="admonition.title.properties">
-- 
2.43.0

