diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-29 05:14:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-29 05:14:44 (GMT) |
commit | 49c595589ec59e0a0c52d68e408b45dacb47d94d (patch) | |
tree | e10693fbfb81bc64f415c7485c2216664b053c8a /Doc | |
parent | 7934bc23a82cda9f2c51df4fbe9b89886d7d9244 (diff) | |
download | cpython-49c595589ec59e0a0c52d68e408b45dacb47d94d.zip cpython-49c595589ec59e0a0c52d68e408b45dacb47d94d.tar.gz cpython-49c595589ec59e0a0c52d68e408b45dacb47d94d.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/html/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 5744630..4a9549f 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; |