From a9c4febf59063bcb0deab3af5637bc5c00f9fe6f Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Tue, 14 Aug 2012 23:44:11 +0100 Subject: [PATCH] Change the HTML manual page style to remove width limit (primarily for the website's manual viewer, where the size is capped by an iframe anyhow) --- html/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). */ -- 2.40.0