# HG changeset patch # User Mads Kiilerich # Date 2013-01-29 02:47:30 # Node ID b67173bae3ff46305cef6a67ef8e8603549f870e # Parent 09757b15ce7ca5e096809c82117237710c50d4cc changeset comments: attempt to highlight the linked comment This makes it slightly less confusing to follow a notification link to a page with a lot of comments. It is ugly, it seems like it doesn't work reliably, and the fixed top menu makes target navigation unusable in general... 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 @@ -4874,3 +4874,8 @@ table.code-difftable .code pre{ background-color: inherit !important; } + +div:target { + border: solid 2px #ee0 !important; + margin: -2px; +}