From b88c86f1e7d075b9331feebf6d44a3731ea9354f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 5 Jan 2012 01:16:26 +0100 Subject: Add a manpage using asciidoc --- src/pa-sink-ctl-manpage.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/pa-sink-ctl-manpage.css (limited to 'src/pa-sink-ctl-manpage.css') diff --git a/src/pa-sink-ctl-manpage.css b/src/pa-sink-ctl-manpage.css new file mode 100644 index 0000000..d75c4a6 --- /dev/null +++ b/src/pa-sink-ctl-manpage.css @@ -0,0 +1,25 @@ +/* Overrides for manpage documents */ +h1 { + padding-top: 0.5em; + padding-bottom: 0.5em; + border-top: 2px solid silver; + border-bottom: 2px solid silver; +} +h2 { + border-style: none; +} +div.sectionbody { + margin-left: 5%; +} + +@media print { + div#toc { display: none; } +} + +table,tr,td,th { + border: 1px solid black !important; +} + +pre.literallayout { + margin-left: 15px; +} -- cgit