-/* $Id: style.css,v 1.25 2011/08/26 09:03:17 kristaps Exp $ */\r
-\r
/*\r
* This is an example style-sheet provided for mandoc(1) and the -Thtml\r
* or -Txhtml output mode.\r
* See mdoc(7) and man(7) for macro explanations.\r
*/\r
\r
-html { max-width: 880px; margin-left: 1em; }\r
+/* modified for pdclib: no max width; our wrapper handles that */;\r
+\r
+html { margin-left: 1em; }\r
body { font-size: smaller; font-family: Helvetica,Arial,sans-serif; }\r
h1 { margin-bottom: 1ex; font-size: 110%; margin-left: -4ex; } /* Section header (Sh, SH). */\r
h2 { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */\r