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>
This commit is contained in:
Marek Vasut
2012-10-06 14:04:59 +00:00
committed by Tom Rini
parent 30ff89189b
commit 8d5d89e21d
2 changed files with 17 additions and 0 deletions

View File

@@ -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>