List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 9 2006 8:55am
Subject:svn commit - mysqldoc@docsrva: r3310 - trunk/xsl.d
View as plain text  
Author: mcbrown
Date: 2006-09-09 10:55:47 +0200 (Sat, 09 Sep 2006)
New Revision: 3310

Log:
Fixing the annoying text-align property error when generating PDFs.



Modified:
   trunk/xsl.d/mysql-fo.xsl


Modified: trunk/xsl.d/mysql-fo.xsl
===================================================================
--- trunk/xsl.d/mysql-fo.xsl	2006-09-08 19:11:41 UTC (rev 3309)
+++ trunk/xsl.d/mysql-fo.xsl	2006-09-09 08:55:47 UTC (rev 3310)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 455 bytes

@@ -38,4 +38,11 @@
   </xsl:attribute>
 </xsl:attribute-set>
 
+<xsl:attribute-set name="root.properties">
+  <xsl:attribute name="text-align">
+    <xsl:text>left</xsl:text>
+  </xsl:attribute>
+</xsl:attribute-set>
+
+
 </xsl:stylesheet>


Thread
svn commit - mysqldoc@docsrva: r3310 - trunk/xsl.dmcbrown9 Sep