750
751
752
753
754
755
756
757
758
759
760
761
762
763
|
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
|
+
+
+
+
+
+
+
+
+
+
+
+
|
}
body.tkt div.content ol.tkt-changes > li:target > p > span {
border-bottom: 3px solid gold;
}
body.tkt div.content ol.tkt-changes > li:target > ol {
border-left: 1px solid gold;
}
body.tkt .tktCommentArea {
display: flex;
flex-direction: column;
}
body.tkt .newest-first-controls {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
body.tkt .tktCommentArea.reverse {
flex-direction: column-reverse;
}
body.cpage-ckout .file-change-line,
body.cpage-info .file-change-line,
body.cpage-vinfo .file-change-line,
body.cpage-ci .file-change-line,
body.cpage-vdiff .file-change-line {
margin-top: 16px;
margin-bottom: 16px;
|