From 0bdc9f6ae604758a6cf2ed0e635a99b6cca81ebc 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

---
 opendj3/src/main/docbkx-stylesheets/html/chunked.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index fe5d166..1eaaeed 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/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