Re: [PATCH] Highlight the link target line in Gitweb using CSS

2012-12-20 Thread Matthew Blissett
On 20 December 2012 20:54, Junio C Hamano wrote: > [jc: adding area expert to Cc] Thanks. > Matthew Blissett writes: > > > This is useful when a Gitweb link with a target (like #l100) refers to > > a line in the last screenful of text. Highlight the background in > &

[PATCH] Highlight the link target line in Gitweb using CSS

2012-12-20 Thread Matthew Blissett
This is useful when a Gitweb link with a target (like #l100) refers to a line in the last screenful of text. Highlight the background in yellow, and display a ⚓ character on the left. Show the same highlight when hovering the mouse over a line number. Signed-off-by: Matthew Blissett --- The