summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/style.css b/doc/style.css
index 8015165..67ffff3 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -40,22 +40,25 @@ DIV.book,
DIV.refentry,
DIV.chapter,
DIV.index,
-DIV.footer {
+DIV.footer,
+DIV.section {
font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
font-size: 9.5pt;
line-height: 150%;
- margin-right: 1em;
}
-DIV.book,
-DIV.footer {
+BODY > DIV.book,
+BODY > DIV.footer {
margin-left: 1em;
+ margin-right: 1em;
}
-DIV.refentry,
-DIV.chapter,
-DIV.index {
+BODY > DIV.refentry,
+BODY > DIV.chapter,
+BODY > DIV.index,
+BODY > DIV.section {
margin-left: 3em;
+ margin-right: 1em;
}
DIV.variablelist TABLE {