changeset 3412:3373e1b3f4c9 beta

compare: highlight linked line in diffs
author Mads Kiilerich <madski@unity3d.com>
date Wed, 27 Feb 2013 01:28:29 +0100
parents 0f15f88e69c1
children d79f3505549e
files rhodecode/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Feb 27 01:28:23 2013 +0100
+++ b/rhodecode/public/css/style.css	Wed Feb 27 01:28:29 2013 +0100
@@ -4828,3 +4828,8 @@
 div.comment:target>.comment-wrapp {
     border: solid 2px #ee0 !important;
 }
+
+.lineno:target a {
+    border: solid 2px #ee0 !important;
+    margin: -2px;
+}