summaryrefslogtreecommitdiff
path: root/doc/manual.css
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-03 20:51:44 +0100
committerMike Vink <mike@pionative.com>2025-02-03 20:51:44 +0100
commit93d82cd9531895dbeb3d4e580e481e39e4e59ee8 (patch)
treecafbcf17dfdc03723db7344f05dd64c5caa6bfc6 /doc/manual.css
fetch tarball
Diffstat (limited to 'doc/manual.css')
-rw-r--r--doc/manual.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/manual.css b/doc/manual.css
new file mode 100644
index 0000000..aa0e677
--- /dev/null
+++ b/doc/manual.css
@@ -0,0 +1,21 @@
+h3 code {
+ font-family: inherit ;
+ font-size: inherit ;
+}
+
+pre, code {
+ font-size: 12pt ;
+}
+
+span.apii {
+ color: gray ;
+ float: right ;
+ font-family: inherit ;
+ font-style: normal ;
+ font-size: small ;
+}
+
+h2:before {
+ content: "" ;
+ padding-right: 0em ;
+}