##// END OF EJS Templates
diffs: seperate visually diff pills for better readability
marcink -
r3103:9bbd1ad2 default
parent child Browse files
Show More
@@ -745,12 +745,14 b' input.filediff-collapse-state {'
745 opacity: .8;
745 opacity: .8;
746 &:first-child {
746 &:first-child {
747 border-radius: @border-radius 0 0 @border-radius;
747 border-radius: @border-radius 0 0 @border-radius;
748 margin-right: 3px;
748 }
749 }
749 &:last-child {
750 &:last-child {
750 border-radius: 0 @border-radius @border-radius 0;
751 border-radius: 0 @border-radius @border-radius 0;
751 }
752 }
752 &:only-child {
753 &:only-child {
753 border-radius: @border-radius;
754 border-radius: @border-radius;
755 margin-right: 0;
754 }
756 }
755 }
757 }
756 }
758 }
General Comments 0
You need to be logged in to leave comments. Login now