techtonik Wed Nov 3 23:27:21 2004 EDT
Modified files: /phpdoc/xsl htmlhelp.xsl Log: additional table styling fixes http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.12&r2=1.13&ty=u Index: phpdoc/xsl/htmlhelp.xsl diff -u phpdoc/xsl/htmlhelp.xsl:1.12 phpdoc/xsl/htmlhelp.xsl:1.13 --- phpdoc/xsl/htmlhelp.xsl:1.12 Wed Nov 3 15:57:33 2004 +++ phpdoc/xsl/htmlhelp.xsl Wed Nov 3 23:27:20 2004 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl,v 1.12 2004/11/03 20:57:33 techtonik Exp $ + $Id: htmlhelp.xsl,v 1.13 2004/11/04 04:27:20 techtonik Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -493,6 +493,9 @@ <xsl:param name="html.cellpadding" select="'2'"/> <!-- Tune table borders --> <xsl:param name="table.borders.with.css" select="1"/> +<xsl:param name="table.cell.border.thickness" select=""/> +<xsl:param name="table.cell.border.style" select=""/> + <!-- Special REFERENCE PAGE formatting for HH -->