aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 13:03:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 13:03:32 +0000
commit7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2 (patch)
tree4c664e2e351f6df99cf562bb8209d840288cdd2f /example.style.css
parent1d1bbf9d387ccbd04858a175c953d4a81d3b76b7 (diff)
downloadmandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.tar.gz
mandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.tar.zst
mandoc-7d619b19a4ac98ea5eb5ba80753c1080ea6ae2b2.zip
Tweak default styles.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/example.style.css b/example.style.css
index de85e0ee..91e9fb63 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.33 2010/12/17 11:01:24 kristaps Exp $ */
+/* $Id: example.style.css,v 1.34 2010/12/17 13:03:32 kristaps Exp $ */
html { min-width: 580px; width: 580px; }
body { font-family: monospace; }
@@ -15,9 +15,9 @@ td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-titl
/* Sections. */
-h1 { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
-h2 { font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
-div.section { margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
+h1 { margin-bottom: 0px; font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
+h2 { margin-bottom: 0px; font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
+div.section { margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */
div.subsection { } /* Sub-sections (Ss, SS). */
table.synopsis { } /* SYNOPSIS section table. */
table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */