changeset 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 2e618376cef8
children a66198aa9e84
files rhodecode/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
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;
-}
+}