Extend stdout background to width of text.

This commit is contained in:
Chris Church 2016-12-14 13:50:25 -05:00
parent 8d067172bb
commit 0a6d2f179e

View File

@ -151,6 +151,9 @@ body .prettyprint .lit {
body .prettyprint .str {
color: #D9534F;
}
body div.ansi_back {
display: inline-block;
}
body .well.tab-content {
padding: 20px;