Fix code block formatting, use pre-line inline css

This commit is contained in:
Akil Krishnan
2018-06-26 17:25:01 -05:00
committed by Andrea Spacca
parent 1e0c8729d3
commit dcbd3206d2
5 changed files with 825 additions and 842 deletions

View File

@@ -6026,6 +6026,10 @@ a:hover {
.terminal code {
font-family: "Droid Sans Mono", monospace;
}
#web .code-wrapper,
.terminal .code-wrapper {
white-space: pre-line;
}
#web {
margin-top: -2px;
padding-top: 0;