comparison 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
comparison
equal deleted inserted replaced
3295:2e618376cef8 3296:6893b65d9760
4795 background-image: none !important; 4795 background-image: none !important;
4796 cursor: auto !important; 4796 cursor: auto !important;
4797 background-color: inherit !important; 4797 background-color: inherit !important;
4798 } 4798 }
4799 4799
4800 div:target { 4800 div.comment:target>.comment-wrapp {
4801 border: solid 2px #ee0 !important; 4801 border: solid 2px #ee0 !important;
4802 margin: -2px; 4802 }
4803 }