From 2ff677f8601e7d4cb06367b3661d6ee2cdb27916 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 15 Dec 2011 12:18:57 +0000 Subject: Further tweaks for output consistency. --- example.style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example.style.css') diff --git a/example.style.css b/example.style.css index d4886d07..660f4d13 100644 --- a/example.style.css +++ b/example.style.css @@ -1,4 +1,4 @@ -/* $Id: example.style.css,v 1.48 2011/12/15 12:05:19 kristaps Exp $ */ +/* $Id: example.style.css,v 1.49 2011/12/15 12:18:57 kristaps Exp $ */ /* * This is an example style-sheet provided for mandoc(1) and the -Thtml * or -Txhtml output mode. @@ -6,8 +6,8 @@ * See mdoc(7) and man(7) for macro explanations. */ -div.mandoc { min-width: 100ex; - width: 100ex; +div.mandoc { min-width: 102ex; + width: 102ex; font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */ div.mandoc h1 { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */ div.mandoc h2 { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */ -- cgit v1.2.3-56-ge451