diff options
-rw-r--r-- | example.style.css | 1 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css index ee3121af..10a58308 100644 --- a/example.style.css +++ b/example.style.css @@ -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; } @@ -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. */ |