diff options
Diffstat (limited to 'doc/docinfo.html')
-rw-r--r-- | doc/docinfo.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html new file mode 100644 index 000000000..3b70c2993 --- /dev/null +++ b/doc/docinfo.html @@ -0,0 +1,22 @@ +<!-- + Custom styles for Asciidoctor + (C) 2016 Sébastien Helleu <flashcode@flashtux.org> +--> +<style> +#header,#content,#footnotes,#footer { + max-width: none; + padding-left: 3em; + padding-right: 3em; +} +#header #revnumber { + text-transform: none; +} +h1,h2,h3,h4,h5 { + font-weight: bold; +} +.literalblock pre { + font-family: monospace, 'Courier New', Courier; + line-height: normal; + font-size: .95em; +} +</style> |