=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- mandoc/Attic/example.style.css 2011/12/15 12:05:19 1.48 +++ mandoc/Attic/example.style.css 2011/12/15 12:18:57 1.49 @@ -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). */