aboutsummaryrefslogtreecommitdiff
path: root/docs/user-guide/stylesheet.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-24 23:58:52 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-25 00:04:28 +0200
commitada833a009e5a48548b879256b86fc9b2a04437a (patch)
treec75bb8e88cd4d916a8d7d41a61347c7ae1c40c9a /docs/user-guide/stylesheet.css
parent924617e1ced9fafd7cf723e104545d4852674da9 (diff)
downloadlogdiag-ada833a009e5a48548b879256b86fc9b2a04437a.tar.gz
logdiag-ada833a009e5a48548b879256b86fc9b2a04437a.tar.xz
logdiag-ada833a009e5a48548b879256b86fc9b2a04437a.zip
Abandon AsciiDoc in favor of plain HTML
It is very difficult to set up Python or Ruby on Windows XP. Simple HTML works better, everywhere, it covers all our needs, and it isn't any harder to write. This documentation is now installed.
Diffstat (limited to 'docs/user-guide/stylesheet.css')
-rw-r--r--docs/user-guide/stylesheet.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/user-guide/stylesheet.css b/docs/user-guide/stylesheet.css
new file mode 100644
index 0000000..7e3b47e
--- /dev/null
+++ b/docs/user-guide/stylesheet.css
@@ -0,0 +1,7 @@
+body { max-width: 50em; margin: 0 auto 4em auto; padding: 0 2em;
+ font-family: sans-serif; } h1, h2, h3 { font-weight: normal; }
+h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.33em; }
+h2 { padding-top: .67em; border-top: 1px solid silver; }
+p { line-height: 1.5; } .figure { text-align: center; } img { max-width: 100%; }
+q { font-style: normal; } .details { border-bottom: 1px solid silver; }
+.details br { display: none; } .details br + span:before { content: " — "; }