Specify the spacer in the overridable CSS.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Sep 2014 11:16:24 +0000 (11:16 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Sep 2014 11:16:24 +0000 (11:16 +0000)
example.style.css
style.css

index b54c0654af95884e13391cee8cddf656e34d6439..d7d7e8571389e067ead0b4d404d4e2fa4822a814 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.52 2014/09/27 09:20:03 kristaps Exp $ */
+/* $Id: example.style.css,v 1.53 2014/09/27 11:16:24 kristaps Exp $ */
 /*
  * This is an example style-sheet provided for mandoc(1) and the -Thtml
  * or -Txhtml output mode.
@@ -108,3 +108,4 @@ div.mandoc ol.list-enum             { padding-left: 2em; }
 div.mandoc li.list-enum                { }
 div.mandoc span.eqn            { } /* Equation modes.  See eqn(7). */
 div.mandoc table.tbl           { } /* Table modes.  See tbl(7). */
+div.mandoc div.spacer          { margin: 1em 0; }
index e122dc1b8717f96fce2c5fa039e23d07cf0367c6..83c5acc820dad73e3f091de670d59f6a5b8a6549 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.29 2014/09/27 09:20:03 kristaps Exp $ */
+/* $Id: style.css,v 1.30 2014/09/27 11:16:24 kristaps Exp $ */
 
 /*
  * This is an example style-sheet provided for mandoc(1) and the -Thtml
@@ -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. */