X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=html%2Fstyle.css;fp=html%2Fstyle.css;h=20d7d731937a09941d73f4ee52dfe018e8725f76;hp=e7bc0bfd3213fac0597e8e842b5a2ea4f02aa411;hb=93c52a731b23f42b59d45e2a4acae01993ad39ca;hpb=0e9b1a27ae0d06ede490aa0c96b8dc35624388d0 diff --git a/html/style.css b/html/style.css index e7bc0bf..20d7d73 100644 --- a/html/style.css +++ b/html/style.css @@ -1,5 +1,3 @@ -/* $Id: style.css,v 1.25 2011/08/26 09:03:17 kristaps Exp $ */ - /* * This is an example style-sheet provided for mandoc(1) and the -Thtml * or -Txhtml output mode. @@ -9,7 +7,9 @@ * See mdoc(7) and man(7) for macro explanations. */ -html { max-width: 880px; margin-left: 1em; } +/* modified for pdclib: no max width; our wrapper handles that */; + +html { margin-left: 1em; } body { font-size: smaller; font-family: Helvetica,Arial,sans-serif; } h1 { margin-bottom: 1ex; font-size: 110%; margin-left: -4ex; } /* Section header (Sh, SH). */ h2 { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */