aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitc8ca37406c0f6890f9831b16f24f54a154c4e082 (patch)
tree1a502247bcdf1006785d4e21184a9b40681f9319 /example.style.css
parentb07dd6c350bce1c02478510cb107456ba375dfe4 (diff)
downloadmandoc-c8ca37406c0f6890f9831b16f24f54a154c4e082.tar.gz
mandoc-c8ca37406c0f6890f9831b16f24f54a154c4e082.tar.zst
mandoc-c8ca37406c0f6890f9831b16f24f54a154c4e082.zip
Specify the spacer in the overridable CSS.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index b54c0654..d7d7e857 100644
--- a/example.style.css
+++ b/example.style.css
@@ -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; }