summaryrefslogtreecommitdiff
path: root/com32/lua/doc/manual.css
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lua/doc/manual.css')
-rw-r--r--com32/lua/doc/manual.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/com32/lua/doc/manual.css b/com32/lua/doc/manual.css
index 269bd435..ca613cd9 100644
--- a/com32/lua/doc/manual.css
+++ b/com32/lua/doc/manual.css
@@ -16,11 +16,12 @@ span.apii {
}
p+h1, ul+h1 {
+ font-style: normal ;
padding-top: 0.4em ;
padding-bottom: 0.4em ;
- padding-left: 24px ;
- margin-left: -24px ;
- background-color: #E0E0FF ;
+ padding-left: 16px ;
+ margin-left: -16px ;
+ background-color: #D0D0FF ;
border-radius: 8px ;
+ border: solid #000080 1px ;
}
-