source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Specify the spacer in the overridable CSS.
@ 2014-09-27 11:16 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2014-09-27 11:16 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-27 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-27 11:16 mdocml: Specify the spacer in the overridable CSS kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).