Changeset - b67173bae3ff
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-01-29 03:47:30
madski@unity3d.com
changeset comments: attempt to highlight the linked comment

This makes it slightly less confusing to follow a notification link to a page
with a lot of comments.

It is ugly, it seems like it doesn't work reliably, and the fixed top menu makes
target navigation unusable in general...
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4874,3 +4874,8 @@ table.code-difftable .code pre{
 
	background-color: inherit !important;
 
	
 
}
 

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