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.
This commit is contained in:
Fred Drake 2003-01-29 05:14:44 +00:00
parent 7934bc23a8
commit 49c595589e
1 changed files with 4 additions and 0 deletions

View File

@ -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;