asda?‰PNG IHDR ? f ??C1 sRGB ??é gAMA ±?üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T
table.cell.border.thickness — Specifies the thickness of table cell borders
<xsl:param name="table.cell.border.thickness">
<xsl:choose>
<xsl:when test="contains($stylesheet.result.type,'html')">1px</xsl:when>
<xsl:otherwise>0.5pt</xsl:otherwise>
</xsl:choose>
</xsl:param>
If non-zero, specifies the thickness of borders on table cells. See CSS
To control properties of cell borders in HTML output, you must also turn on the
table.borders.with.css parameter.