Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49c5955

Browse files
committed
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.
1 parent 7934bc2 commit 49c5955

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/html/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ div.note .label { margin-right: 0.5em;
8989
monospace;
9090
font-size: 90%; }
9191
.verbatim { margin-left: 2em; }
92+
.verbatim .footer { padding: 0.05in;
93+
font-size: 85%;
94+
background-color: #99ccff;
95+
margin-right: 0.5in; }
9296

9397
.grammar { background-color: #99ccff;
9498
margin-right: 0.5in;

0 commit comments

Comments
 (0)