##// END OF EJS Templates
compare: highlight linked line in diffs
Mads Kiilerich -
r3412:3373e1b3 beta
parent child Browse files
Show More
@@ -4828,3 +4828,8 b' table.code-difftable .code pre {'
4828 div.comment:target>.comment-wrapp {
4828 div.comment:target>.comment-wrapp {
4829 border: solid 2px #ee0 !important;
4829 border: solid 2px #ee0 !important;
4830 }
4830 }
4831
4832 .lineno:target a {
4833 border: solid 2px #ee0 !important;
4834 margin: -2px;
4835 }
General Comments 0
You need to be logged in to leave comments. Login now