# HG changeset patch # User Marcin Kuzminski # Date 2013-02-01 00:02:58 # Node ID 6893b65d97604c0becfaab9c225d38f9464fdade # Parent 2e618376cef803923ce74de17aa94b2b2faab536 make the yellow border indicator only for comments, it breaks other things 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 @@ -4797,7 +4797,6 @@ table.code-difftable .code pre { background-color: inherit !important; } -div:target { +div.comment:target>.comment-wrapp { border: solid 2px #ee0 !important; - margin: -2px; -} +}