summaryrefslogtreecommitdiff
path: root/doc/DocBook/stylesheet.xsl
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-10-06 14:04:59 (GMT)
committerTom Rini <trini@ti.com>2012-10-15 18:54:15 (GMT)
commit8d5d89e21dee6c4a4ec3613ea1550b9f5b74ac19 (patch)
treecf693442dec571b730e97f0a11e0c2279cfe5bd3 /doc/DocBook/stylesheet.xsl
parent30ff89189ba111268cfcde508ac4cc9f83eb9bcd (diff)
downloadu-boot-8d5d89e21dee6c4a4ec3613ea1550b9f5b74ac19.tar.xz
kerneldoc: Add nicer CSS stylesheet for HTML docs
Import basic CSS stylesheet for the HTML documentation. The base for the stylesheet is taken from: http://ds9a.nl/docbook/minimal-page.html I customized the CSS a bit further, for example to add curvy corners to example section and change the tint of gray. The HTML documentation does not look that crude anymore. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc/DocBook/stylesheet.xsl')
-rw-r--r--doc/DocBook/stylesheet.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DocBook/stylesheet.xsl b/doc/DocBook/stylesheet.xsl
index 85b2527..8adce56 100644
--- a/doc/DocBook/stylesheet.xsl
+++ b/doc/DocBook/stylesheet.xsl
@@ -7,4 +7,5 @@
<!-- <param name="paper.type">A4</param> -->
<param name="generate.section.toc.level">2</param>
<param name="use.id.as.filename">1</param>
+<param name="html.stylesheet">../docbook.css</param>
</stylesheet>