From: Michael R Sweet Date: Mon, 7 Mar 2022 17:31:40 +0000 (-0500) Subject: Fix printable stylesheet. X-Git-Tag: v2.4.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db73b506204b491354d9d2315d80d36c73b133d;p=thirdparty%2Fcups.git Fix printable stylesheet. --- diff --git a/doc/cups-printable.css b/doc/cups-printable.css index 746d6da8fe..0822138c80 100644 --- a/doc/cups-printable.css +++ b/doc/cups-printable.css @@ -291,11 +291,8 @@ div.body h5 { margin-bottom: 0.5em; margin-top: 1.5em; } -div.contents { - background: #e8e8e8; - border: solid thin black; - padding: 10px; -} +/*div.contents { +}*/ div.contents h1 { font-size: 110%; } @@ -345,14 +342,20 @@ h1, h2, h3, h4, h5, h6 { page-break-inside: avoid; } blockquote { - border: solid thin gray; - box-shadow: 3px 3px 5px rgba(0,0,0,0.5); - padding: 10px 10px 0; + background: rgba(191,191,191,0.1); + border-left: solid 2px #777; + margin: 1em 0; + padding: 10px; page-break-inside: avoid; } -p code, li code, p.code, pre, ul.code li { - background: rgba(127,127,127,0.1); +p.code, pre, ul.code li { border-left: thin dotted gray; + background: rgba(191,191,191,0.1); +} +p code, li code { + background: rgba(191,191,191,0.3); +} +p code, li code, p.code, pre, ul.code li { font-family: monospace; hyphens: manual; margin: 18pt 0;