# HG changeset patch # User Mads Kiilerich # Date 2013-02-27 01:28:29 # Node ID 3373e1b3f4c9d56f9ce16a3bf1bbb64a624cb4d6 # Parent 0f15f88e69c1a8005d008c129d3ad6baceda1b70 compare: highlight linked line in diffs diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4828,3 +4828,8 @@ table.code-difftable .code pre { div.comment:target>.comment-wrapp { border: solid 2px #ee0 !important; } + +.lineno:target a { + border: solid 2px #ee0 !important; + margin: -2px; +}