summaryrefslogtreecommitdiff
path: root/doc/manual.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.css')
-rw-r--r--doc/manual.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/manual.css b/doc/manual.css
index eed5afd..b49b362 100644
--- a/doc/manual.css
+++ b/doc/manual.css
@@ -1,13 +1,24 @@
h3 code {
font-family: inherit ;
+ font-size: inherit ;
}
-pre {
- font-size: 105% ;
+pre, code {
+ font-size: 12pt ;
}
span.apii {
float: right ;
font-family: inherit ;
+ font-style: normal ;
+ font-size: small ;
+ color: gray ;
}
+p+h1, ul+h1 {
+ padding-top: 0.4em ;
+ padding-bottom: 0.4em ;
+ padding-left: 30px ;
+ margin-left: -30px ;
+ background-color: #E0E0FF ;
+}