Fix code block formatting, use pre-line inline css
This commit is contained in:
committed by
Andrea Spacca
parent
1e0c8729d3
commit
dcbd3206d2
@@ -31,6 +31,9 @@
|
||||
code {
|
||||
font-family: @font-family-mono;
|
||||
}
|
||||
.code-wrapper {
|
||||
white-space: pre-line;
|
||||
}
|
||||
font-family: @font-family-mono;
|
||||
|
||||
text-align: left;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user