Author: manuel
Date: 2005-04-14 11:26:11 -0600 (Thu, 14 Apr 2005)
New Revision: 4963

Modified:
   branches/LFS-XSL/pdf/lfs-admon.xsl
Log:
Fixed graphics left margin in admonition.

Modified: branches/LFS-XSL/pdf/lfs-admon.xsl
===================================================================
--- branches/LFS-XSL/pdf/lfs-admon.xsl  2005-04-14 15:30:15 UTC (rev 4962)
+++ branches/LFS-XSL/pdf/lfs-admon.xsl  2005-04-14 17:26:11 UTC (rev 4963)
@@ -59,7 +59,7 @@
               provisional-label-separation="18pt" 
xsl:use-attribute-sets="list.block.spacing">
         <fo:list-item>
             <fo:list-item-label end-indent="label-end()">
-              <fo:block margin-left="4pt">
+              <fo:block margin-left="18pt">
                 <fo:external-graphic width="auto" height="auto"
                         content-width="{$graphic.width}" >
                   <xsl:attribute name="src">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to