Author
|
zPlus <zplus@peers.community>
2022-08-08 06:10:44
|
Committer
|
zPlus <zplus@peers.community>
2022-08-08 06:10:44
|
Commit
|
0f8df23
(patch)
|
Tree
|
67cd05f
|
Parent(s)
|
|
Restore histogram colors that were broken with previous commit.
commits diff:
1c93532..0f8df23
1 file changed,
6 insertions,
6 deletions
—
download
Diffstat
Diff options
+6/-6
M static/css/clif.css
420
|
420
|
|
transform: rotate(45deg);
|
421
|
421
|
|
}
|
422
|
422
|
|
|
|
423
|
+ |
div.commit details.diff_view summary .histogram {
|
|
424
|
+ |
border-bottom: .3rem solid;
|
|
425
|
+ |
display: inline-block;
|
|
426
|
+ |
vertical-align: middle;
|
|
427
|
+ |
}
|
|
428
|
+ |
|
423
|
429
|
|
div.commit details.diff_view .diff {
|
424
|
430
|
|
border-collapse: collapse;
|
425
|
431
|
|
border-spacing: 0;
|
432
|
438
|
|
padding: .1rem .5rem;
|
433
|
439
|
|
}
|
434
|
440
|
|
|
435
|
|
- |
div.commit details.diff_view .diff .histogram {
|
436
|
|
- |
border-bottom: .3rem solid;
|
437
|
|
- |
display: inline-block;
|
438
|
|
- |
vertical-align: middle;
|
439
|
|
- |
}
|
440
|
|
- |
|
441
|
441
|
|
div.commit details.diff_view .diff .header {
|
442
|
442
|
|
background-color: #f0f9ff;
|
443
|
443
|
|
color: darkblue;
|