From 3a9f9e907af47204cd02540049e5c00ebcad526e Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 19 Jul 2011 15:38:57 +0000 Subject: [PATCH] Attempt to render EPUB less ugly --- opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl index fe5d166..1eaaeed 100644 --- a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl +++ b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl @@ -27,6 +27,7 @@ version="1.0"> <xsl:import href="urn:docbkx:stylesheet" /> + <xsl:param name="html.stylesheet">css/coredoc.css</xsl:param> <xsl:param name="chunk.section.depth" select="0" /> <xsl:param name="chunker.output.encoding">UTF-8</xsl:param> <xsl:param name="chunker.output.indent">yes</xsl:param> -- Gitblit v1.10.0