Author
|
zPlus <zplus@peers.community>
2022-08-06 06:38:48
|
Committer
|
zPlus <zplus@peers.community>
2022-08-06 06:38:48
|
Commit
|
8032a8b
(patch)
|
Tree
|
e53f707
|
Parent(s)
|
|
Fix broken indentation in commit page.
Do not collapse white spaces when showing a commit diff in HTML.
commits diff:
2a5d69c..8032a8b
1 file changed,
4 insertions,
0 deletions
—
download
Diffstat
Diff options
+4/-0
M static/css/clif.css
375
|
375
|
|
div.commit .diff .insertion {
|
376
|
376
|
|
background-color: #e6ffed;
|
377
|
377
|
|
}
|
|
378
|
+ |
|
|
379
|
+ |
div.commit .diff .content {
|
|
380
|
+ |
white-space: pre-wrap;
|
|
381
|
+ |
}
|
378
|
382
|
|
|
379
|
383
|
|
/* Alternate background color used when displaying table data */
|
380
|
384
|
|
.striped > *:nth-child(even) {
|