source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: replace the last instances of ex units by em; recommended by
@ 2018-07-23 22:34 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-07-23 22:34 UTC (permalink / raw)
  To: source

Log Message:
-----------
replace the last instances of ex units by em;
recommended by John Gardner <gardnerjohng at gmail dot com>

Modified Files:
--------------
    mandoc:
        mandoc.css

Revision Data
-------------
Index: mandoc.css
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mandoc.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -Lmandoc.css -Lmandoc.css -u -p -r1.34 -r1.35
--- mandoc.css
+++ mandoc.css
@@ -53,15 +53,15 @@ td.foot-os {	text-align: right; }
 div.manual-text {
 		margin-left: 3.8em; }
 .Nd {		display: inline; }
-.Sh {		margin-top: 2ex;
-		margin-bottom: 1ex;
+.Sh {		margin-top: 1.2em;
+		margin-bottom: 0.6em;
 		margin-left: -3.2em;
 		font-size: 110%; }
-.Ss {		margin-top: 2ex;
-		margin-bottom: 1ex;
+.Ss {		margin-top: 1.2em;
+		margin-bottom: 0.6em;
 		margin-left: -1.2em;
 		font-size: 105%; }
-.Pp {		margin: 1ex 0ex; }
+.Pp {		margin: 0.6em 0em; }
 .Sx { }
 .Xr { }
 
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

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

only message in thread, other threads:[~2018-07-23 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23 22:34 mandoc: replace the last instances of ex units by em; recommended by schwarze

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).