From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s8RBGOeZ018665 for ; Sat, 27 Sep 2014 07:16:24 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s8RBGONd019136; Sat, 27 Sep 2014 07:16:24 -0400 (EDT) Date: Sat, 27 Sep 2014 07:16:24 -0400 (EDT) Message-Id: <201409271116.s8RBGONd019136@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Specify the spacer in the overridable CSS. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Specify the spacer in the overridable CSS. Modified Files: -------------- mdocml: example.style.css style.css Revision Data ------------- Index: style.css =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/style.css,v retrieving revision 1.29 retrieving revision 1.30 diff -Lstyle.css -Lstyle.css -u -p -r1.29 -r1.30 --- style.css +++ style.css @@ -20,6 +20,7 @@ blockquote { margin-left: 5ex; margin-to 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. */ Index: example.style.css =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v retrieving revision 1.52 retrieving revision 1.53 diff -Lexample.style.css -Lexample.style.css -u -p -r1.52 -r1.53 --- example.style.css +++ example.style.css @@ -108,3 +108,4 @@ div.mandoc ol.list-enum { padding-left: 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; } -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv