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

@@ -31,6 +31,9 @@
code {
font-family: @font-family-mono;
}
.code-wrapper {
white-space: pre-line;
}
font-family: @font-family-mono;
text-align: left;