Changeset - 3373e1b3f4c9
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-02-27 01:28:29
madski@unity3d.com
compare: highlight linked line in diffs
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4819,12 +4819,17 @@ table.code-difftable .code pre {
 
    background-position: right !important;
 
    background-position: 0% 50% !important;
 
}
 
.diffblock.margined.comm .line .code.no-comment:hover {
 
    background-image: none !important;
 
    cursor: auto !important;
 
    background-color: inherit !important;
 
}
 

	
 
div.comment:target>.comment-wrapp {
 
    border: solid 2px #ee0 !important;
 
}
 

	
 
.lineno:target a {
 
    border: solid 2px #ee0 !important;
 
    margin: -2px;
 
}
0 comments (0 inline, 0 general)