comparison rhodecode/public/css/style.css @ 3412:3373e1b3f4c9 beta

compare: highlight linked line in diffs
author Mads Kiilerich <madski@unity3d.com>
date Wed, 27 Feb 2013 01:28:29 +0100
parents 030103d57e30
children d79f3505549e
comparison
equal deleted inserted replaced
3411:0f15f88e69c1 3412:3373e1b3f4c9
4826 } 4826 }
4827 4827
4828 div.comment:target>.comment-wrapp { 4828 div.comment:target>.comment-wrapp {
4829 border: solid 2px #ee0 !important; 4829 border: solid 2px #ee0 !important;
4830 } 4830 }
4831
4832 .lineno:target a {
4833 border: solid 2px #ee0 !important;
4834 margin: -2px;
4835 }