aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-07-23 22:33:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-07-23 22:33:56 +0000
commite835585f42f599604bc76adf95b7b41d34af1e72 (patch)
tree16e7f7e1d4c69fe3d4f185e89389e323237d6eb4
parent44dcd1d71fa3d5b90a4bb8c9c4d981791cf041a2 (diff)
downloadmandoc-e835585f42f599604bc76adf95b7b41d34af1e72.tar.gz
mandoc-e835585f42f599604bc76adf95b7b41d34af1e72.tar.zst
mandoc-e835585f42f599604bc76adf95b7b41d34af1e72.zip
replace the last instances of ex units by em;
recommended by John Gardner <gardnerjohng at gmail dot com>
-rw-r--r--mandoc.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/mandoc.css b/mandoc.css
index 4c1d5610..6593d646 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.34 2018/06/25 13:01:19 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.35 2018/07/23 22:33:56 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -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 { }