summaryrefslogtreecommitdiff
path: root/doc/help/api-array.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/help/api-array.html')
-rw-r--r--doc/help/api-array.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/help/api-array.html b/doc/help/api-array.html
index 0c1998ee3..220c0f1cb 100644
--- a/doc/help/api-array.html
+++ b/doc/help/api-array.html
@@ -38,7 +38,19 @@ P.example {
font-style: italic;
margin-left: 36pt;
}
-
+
+DL.man DD {
+ margin-left: 5em;
+}
+
+DL.man DT {
+ margin-left: 0;
+}
+
+PRE.man {
+ margin: 0;
+}
+
PRE.example {
background: #eeeeee;
border: dotted thin #999999;
@@ -77,7 +89,7 @@ A:link:hover IMG {
}
A:link, A:visited {
- font-weight: normal;
+ font-weight: inherit;
text-decoration: none;
}