From 589b178ba2ae174a233fe7b9611f52dc54c12af4 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 09 Dec 2011 11:27:34 +0000
Subject: [PATCH] Improve table formatting in output
---
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 9e567ba..b32508c 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -59,6 +59,10 @@
<xsl:param name="toc.max.depth" select="1" />
<xsl:param name="generate.meta.abstract" select="1" />
+ <xsl:param name="default.table.frame">none</xsl:param>
+ <xsl:param name="default.table.rules">none</xsl:param>
+ <xsl:param name="table.cell.border.thickness">0pt</xsl:param>
+
<xsl:template match="xslthl:keyword" mode="xslthl">
<strong class="hl-keyword">
<xsl:apply-templates mode="xslthl"/>
--
Gitblit v1.10.0