diff options
| author | Marek Vasut <[email protected]> | 2012-10-06 14:04:59 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2012-10-15 11:54:15 -0700 |
| commit | 8d5d89e21dee6c4a4ec3613ea1550b9f5b74ac19 (patch) | |
| tree | cf693442dec571b730e97f0a11e0c2279cfe5bd3 /doc/DocBook/docbook.css | |
| parent | 30ff89189ba111268cfcde508ac4cc9f83eb9bcd (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc/DocBook/docbook.css')
| -rw-r--r-- | doc/DocBook/docbook.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/DocBook/docbook.css b/doc/DocBook/docbook.css new file mode 100644 index 00000000000..7a79ec54bd2 --- /dev/null +++ b/doc/DocBook/docbook.css @@ -0,0 +1,16 @@ +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; +} |
