Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-method-2.0.0.xsl
36 36
 <xsl:template name="method">
37 37
  <xsl:param name="methodfirstColStyle"/>
38 38
  <xsl:param name="methodsubHeaderStyle"/>
39
  <table class="tabledefault" width="100%">
39
  <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
40 40
    <xsl:for-each select="methodStep">
41 41
     <tr><td width="{$firstColWidth}" class="{$methodfirstColStyle}">
42 42
          <b>Step<xsl:text> </xsl:text><xsl:value-of select="position()"/>:</b>

Also available in: Unified diff