From: Fred Drake Date: Wed, 29 Jan 2003 05:14:44 +0000 (+0000) Subject: Make the footer at the end of a \verbatiminput stand out a little X-Git-Tag: v2.3c1~2199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49c595589ec59e0a0c52d68e408b45dacb47d94d;p=thirdparty%2FPython%2Fcpython.git Make the footer at the end of a \verbatiminput stand out a little more, to make it easier to tell apart from the verbatim content. --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 5744630b5841..4a9549fd41ff 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -89,6 +89,10 @@ div.note .label { margin-right: 0.5em; monospace; font-size: 90%; } .verbatim { margin-left: 2em; } +.verbatim .footer { padding: 0.05in; + font-size: 85%; + background-color: #99ccff; + margin-right: 0.5in; } .grammar { background-color: #99ccff; margin-right: 0.5in;