From 93d82cd9531895dbeb3d4e580e481e39e4e59ee8 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 3 Feb 2025 20:51:44 +0100 Subject: fetch tarball --- doc/manual.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/manual.css (limited to 'doc/manual.css') 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 ; +} -- cgit v1.2.3