You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/04/16 22:40:02 UTC

svn commit: r529392 - /incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl

Author: schor
Date: Mon Apr 16 13:40:02 2007
New Revision: 529392

URL: http://svn.apache.org/viewvc?view=rev&rev=529392
Log:
no Jira - improve ordered list and itemized list styling for FOP by indenting the marks
by 1/4 inch.

Modified:
    incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl

Modified: incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl?view=diff&rev=529392&r1=529391&r2=529392
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl (original)
+++ incubator/uima/uimaj/trunk/uima-docbook-tool/styles/uima-style/top/pdf.xsl Mon Apr 16 13:40:02 2007
@@ -70,7 +70,15 @@
     <xsl:attribute-set name="table.properties">
       <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
     </xsl:attribute-set>
-    
+  
+    <xsl:attribute-set name="orderedlist.properties">
+      <xsl:attribute name="margin-left">0.25in</xsl:attribute>
+    </xsl:attribute-set>
+  
+    <xsl:attribute-set name="itemizedlist.properties">
+      <xsl:attribute name="margin-left">0.25in</xsl:attribute>
+    </xsl:attribute-set>
+   
   
 <!--###################################################
                       olink styling