diff --git a/public/manual/en/html.css b/public/manual/en/html.css index c1b2a6fc..1c4e949f 100644 --- a/public/manual/en/html.css +++ b/public/manual/en/html.css @@ -53,3 +53,17 @@ pre.programlisting { font-size: 10pt; white-space: pre; } + +li p { + margin-top: 3px; + margin-bottom: 3px; +} + +div.toc dt { + margin-bottom:4px; +} + +.chapter { + display:block; + margin-top:2em; +} \ No newline at end of file diff --git a/public/manual/fr/html.css b/public/manual/fr/html.css index c1b2a6fc..1c4e949f 100644 --- a/public/manual/fr/html.css +++ b/public/manual/fr/html.css @@ -53,3 +53,17 @@ pre.programlisting { font-size: 10pt; white-space: pre; } + +li p { + margin-top: 3px; + margin-bottom: 3px; +} + +div.toc dt { + margin-bottom:4px; +} + +.chapter { + display:block; + margin-top:2em; +} \ No newline at end of file