kopia lustrzana https://github.com/dgtlmoon/changedetection.io
tweak <pre> text wrapping when displaying diff
rodzic
f215adbbe5
commit
aa51c7d34c
|
@ -12,7 +12,8 @@
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font: 1em monospace;
|
font: 1em monospace;
|
||||||
text-align: left;
|
text-align: left; }
|
||||||
|
#diff-ui pre {
|
||||||
white-space: pre-wrap; }
|
white-space: pre-wrap; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -16,9 +16,10 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font: 1em monospace;
|
font: 1em monospace;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Ładowanie…
Reference in New Issue