home » zplus/clif.git
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 deletionsdownload


Diffstat
-rw-r--r-- static/css/clif.css 12

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+6/-6 M   static/css/clif.css
index a8afbad..be6f73a
old size: 10K - new size: 10K
@@ -420,6 +420,12 @@ div.commit {
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,12 +438,6 @@ div.commit {
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;