X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/b36973dbb430c6ed29dbbd7184a1c5a202c3cd49..f87aa508ace733fdcbd5a14be84a4b4f7d8da43d:/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). */