aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/pdf')
-rw-r--r--stylesheets/pdf/lfs-mixed.xsl9
1 files changed, 2 insertions, 7 deletions
diff --git a/stylesheets/pdf/lfs-mixed.xsl b/stylesheets/pdf/lfs-mixed.xsl
index 760805e39..c4ce94aaa 100644
--- a/stylesheets/pdf/lfs-mixed.xsl
+++ b/stylesheets/pdf/lfs-mixed.xsl
@@ -106,17 +106,12 @@
<xsl:variable name="id">
<xsl:call-template name="object.id"/>
</xsl:variable>
- <xsl:variable name="graphic.width">
- <xsl:call-template name="admon.graphic.width"/>
- </xsl:variable>
<fo:block id="{$id}">
- <fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
- provisional-label-separation="18pt" xsl:use-attribute-sets="list.block.spacing">
+ <fo:list-block xsl:use-attribute-sets="list.block.spacing">
<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block margin-left="4pt">
- <fo:external-graphic width="auto" height="auto"
- content-width="{$graphic.width}" >
+ <fo:external-graphic width="auto" height="auto">
<xsl:attribute name="src">
<xsl:call-template name="admon.graphic"/>
</xsl:attribute>