summaryrefslogtreecommitdiff
path: root/docbook/custom_layer_pdf.xsl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-23 15:17:28 -0700
committerGerald Combs <gerald@wireshark.org>2016-09-23 22:18:15 +0000
commit2b9cb53b39979d074ab3d2f4f541ea9d5edf36fd (patch)
treebf34711d64aae60871e0d56ad4f00df00d1c002b /docbook/custom_layer_pdf.xsl
parentd1b99809b52a8942609cdf54905d848a9c6c12c3 (diff)
downloadwireshark-2b9cb53b39979d074ab3d2f4f541ea9d5edf36fd.tar.gz
WSDG: Fixup PDF layout.
Change-Id: I62653e6a5934e5bd77bf6663610124cb82e95c44 Reviewed-on: https://code.wireshark.org/review/17896 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/custom_layer_pdf.xsl')
-rw-r--r--docbook/custom_layer_pdf.xsl14
1 files changed, 14 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index 03cd2b7ef4..1a3a7355e7 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -64,4 +64,18 @@
<!-- Render AsciiDoc's labeled lists as blocks -->
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
+<!-- Increase the ordered list label width, otherwise we overflow
+ in some places.
+-->
+<xsl:param name="orderedlist.label.width">1.8em</xsl:param>
+
+<!-- Right align ordered list labels. -->
+<!-- Doesn't look right, disabled for now.
+<xsl:attribute-set name="orderedlist.label.properties">
+ <xsl:attribute name="text-align">right</xsl:attribute>
+</xsl:attribute-set>
+-->
+
+
+
</xsl:stylesheet>