]> pd.if.org Git - pdclib.old/commitdiff
Change the HTML manual page style to remove width limit (primarily for the
authorOwen Shepherd <owen.shepherd@e43.eu>
Tue, 14 Aug 2012 22:44:11 +0000 (23:44 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Tue, 14 Aug 2012 22:44:11 +0000 (23:44 +0100)
website's manual viewer, where the size is capped by an iframe anyhow)

html/style.css

index e7bc0bfd3213fac0597e8e842b5a2ea4f02aa411..20d7d731937a09941d73f4ee52dfe018e8725f76 100644 (file)
@@ -1,5 +1,3 @@
-/* $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
@@ -9,7 +7,9 @@
  * 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