diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:16:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:16:24 +0000 |
commit | 1e0106049651efecd327e66ecae055684d84001d (patch) | |
tree | 7ed29bb582cca2aac77e6dbc05b74d862c95dce6 /style.css | |
parent | 1eb4a079a00426a06a0b3aa029e8dd5606190897 (diff) | |
download | mandoc-1e0106049651efecd327e66ecae055684d84001d.tar.gz |
Specify the spacer in the overridable CSS.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |