mirror of https://github.com/python/cpython
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:
parent
7934bc23a8
commit
49c595589e
|
@ -89,6 +89,10 @@ div.note .label { margin-right: 0.5em;
|
||||||
monospace;
|
monospace;
|
||||||
font-size: 90%; }
|
font-size: 90%; }
|
||||||
.verbatim { margin-left: 2em; }
|
.verbatim { margin-left: 2em; }
|
||||||
|
.verbatim .footer { padding: 0.05in;
|
||||||
|
font-size: 85%;
|
||||||
|
background-color: #99ccff;
|
||||||
|
margin-right: 0.5in; }
|
||||||
|
|
||||||
.grammar { background-color: #99ccff;
|
.grammar { background-color: #99ccff;
|
||||||
margin-right: 0.5in;
|
margin-right: 0.5in;
|
||||||
|
|
Loading…
Reference in New Issue