diff rhodecode/public/css/style.css @ 3296:6893b65d9760 beta

make the yellow border indicator only for comments, it breaks other things
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Feb 2013 01:02:58 +0100
parents e4025b361fcf
children a66198aa9e84
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Jan 31 23:27:21 2013 +0100
+++ b/rhodecode/public/css/style.css	Fri Feb 01 01:02:58 2013 +0100
@@ -4797,7 +4797,6 @@
     background-color: inherit !important;
 }
 
-div:target {
+div.comment:target>.comment-wrapp {
     border: solid 2px #ee0 !important;
-    margin: -2px;
-}
+}