Rombobjörn

summaryrefslogtreecommitdiff
path: root/manual.css
diff options
context:
space:
mode:
Diffstat (limited to 'manual.css')
-rw-r--r--manual.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual.css b/manual.css
index 570c4ef..904cbe2 100644
--- a/manual.css
+++ b/manual.css
@@ -9,6 +9,14 @@ p, ul, ol, dl, .example {
margin-bottom : 0.5em;
}
+dt {
+ margin-bottom : 0;
+}
+
+dd, dd > *:first-child {
+ margin-top : 0;
+}
+
pre, code {
font-family : monospace;
}