##// END OF EJS Templates
diffs: skip lines in diff to allow user selection from diff view.
marcink -
r2738:0de1a44a stable
parent child Browse files
Show More
@@ -1063,6 +1063,7 b' table.cb {'
1063 1063 text-align: right;
1064 1064 border-right: 1px solid #eee;
1065 1065 font-family: @font-family-monospace;
1066 user-select: none;
1066 1067
1067 1068 a::before {
1068 1069 content: attr(data-line-no);
General Comments 0
You need to be logged in to leave comments. Login now