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