From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id ed2ffacd for ; Mon, 23 Jul 2018 17:34:26 -0500 (EST) Date: Mon, 23 Jul 2018 17:34:26 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: replace the last instances of ex units by em; recommended by X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-Id: Log Message: ----------- replace the last instances of ex units by em; recommended by John Gardner 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