summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 11:16:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 11:16:24 +0000
commit1e0106049651efecd327e66ecae055684d84001d (patch)
tree7ed29bb582cca2aac77e6dbc05b74d862c95dce6 /style.css
parent1eb4a079a00426a06a0b3aa029e8dd5606190897 (diff)
downloadmandoc-1e0106049651efecd327e66ecae055684d84001d.tar.gz
Specify the spacer in the overridable CSS.
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index fb072c4a..08f7fcc0 100644
--- a/style.css
+++ b/style.css
@@ -20,6 +20,7 @@ blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */
div.section { margin-bottom: 2ex; margin-left: 5ex; } /* Sections (Sh, SH). */
div.subsection { } /* Sub-sections (Ss, SS). */
table.synopsis { } /* SYNOPSIS section table. */
+div.spacer { margin: 1em 0; }
/* Preamble structure. */