Skip to content
Snippets Groups Projects
Commit 8d5d89e2 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

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: default avatarMarek Vasut <marex@denx.de>
parent 30ff8918
No related branches found
No related tags found
No related merge requests found
body {
font-family: sans-serif;
}
.programlisting {
font-family: monospace;
font-size: 1em;
display: block;
padding: 10px;
border: 1px solid #aaa;
color: #000;
background-color: #eee;
overflow: auto;
margin: 1em 0em;
border-radius: 6px;
}
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment