diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-10-08 13:45:37 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-10-08 13:45:37 (GMT) |
commit | ef9d8a0031b3ca6faabb0746eeb2a7da519fb805 (patch) | |
tree | f2822fcfebe6b8257b5d1fe2e74af24b5885e82d /doc/man/epub.css | |
parent | 3bebac3d0e8f24065ecda4abb2a2dad7b1d57164 (diff) | |
download | SCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.zip SCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.tar.gz SCons-ef9d8a0031b3ca6faabb0746eeb2a7da519fb805.tar.bz2 |
- added EPUB as output format for documentation ("user" and "man" targets)
Diffstat (limited to 'doc/man/epub.css')
-rw-r--r-- | doc/man/epub.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/man/epub.css b/doc/man/epub.css new file mode 100644 index 0000000..31cebe5 --- /dev/null +++ b/doc/man/epub.css @@ -0,0 +1,33 @@ +/* This defines styles and classes used in the book */ +body { } +code { font-family: monospace; } +h1, h2, h3, h4, h5, h6 { text-align: center; margin-bottom:2em;} +h1.title { } +h2.author { } +p{ + padding:0; + margin:0; + text-indent:2em; +} +blockquote{ + margin-left:3em; + margin-right:3em; +} +.caption{ + text-align:center; + font-style:italic; + margin-bottom:1em; + margin-top:.2em; + font-size:.8em; +} +blockquote > p{ + text-indent:0; + margin-bottom:1em; +} +img{ + display:block; + margin-left: auto; + margin-right: auto; + text-align:center; + margin-top:1em; +} |