summaryrefslogtreecommitdiffstats
path: root/example.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 /example.style.css
parent1eb4a079a00426a06a0b3aa029e8dd5606190897 (diff)
downloadmandoc-1e0106049651efecd327e66ecae055684d84001d.tar.gz
Specify the spacer in the overridable CSS.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css1
1 files changed, 1 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; }