summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-01-29 05:14:44 (GMT)
committerFred Drake <fdrake@acm.org>2003-01-29 05:14:44 (GMT)
commit49c595589ec59e0a0c52d68e408b45dacb47d94d (patch)
treee10693fbfb81bc64f415c7485c2216664b053c8a /Doc/html
parent7934bc23a82cda9f2c51df4fbe9b89886d7d9244 (diff)
downloadcpython-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/html')
-rw-r--r--Doc/html/style.css4
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;