Fix code block formatting, use pre-line inline css

This commit is contained in:
Akil Krishnan
2018-06-27 07:12:29 +02:00
committed by Andrea Spacca
parent 1e0c8729d3
commit dcbd3206d2
5 changed files with 825 additions and 842 deletions
+3
View File
@@ -31,6 +31,9 @@
code {
font-family: @font-family-mono;
}
.code-wrapper {
white-space: pre-line;
}
font-family: @font-family-mono;
text-align: left;
+4
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;
File diff suppressed because one or more lines are too long