[Lxr-commits] CVS: lxr/templates lxr.css,1.20,1.21
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-03-10 16:58:25
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11736/templates Modified Files: lxr.css Log Message: templates/lxr.css: highlight line number background when it is the target of the URL This is done to ease going back to the line after scrolling in long files. Index: lxr.css =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.css,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- lxr.css 2 Dec 2013 17:00:48 -0000 1.20 +++ lxr.css 10 Mar 2014 16:58:21 -0000 1.21 @@ -460,6 +460,9 @@ A.fline { text-decoration: none } + a.fline:target +{ background-color: yellow +} /* link to other site (http, ftp and mailto) */ A.offshore |