sapling/mercurial/templates/gitweb
Anton Shestakov 1ea7911d8a gitweb: visually highlight source lines when hovering over line numbers
Due to how the line links now reside outside of the source lines, hovering over
line numbers doesn't count as hovering over the appropriate source line. It can
be worked around by using a "+" css selector. However, it's necessary to
reorder the elements and put <a> before <span> (which is actually quite
logical). It works without further css tweaks because <a> is already
absolute-positioned and so the order doesn't matter visually.
2015-10-15 00:04:58 +08:00
..
bookmarks.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
branches.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
changelog.tmpl gitweb: don't drop current revision context on graph page 2015-09-26 18:16:49 +08:00
changelogentry.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
changeset.tmpl gitweb: don't drop current revision context on graph page 2015-09-26 18:16:49 +08:00
error.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
fileannotate.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filecomparison.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filediff.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filelog.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
filerevision.tmpl gitweb: port code selection without line numbers from paper 2015-09-22 02:09:10 +08:00
footer.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
graph.tmpl gitweb: don't drop current revision context on graph page 2015-09-26 18:16:49 +08:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl hgweb: fix help pages title in gitweb and monoblue 2015-06-30 23:31:19 +08:00
helptopics.tmpl hgweb: fix help pages title in gitweb and monoblue 2015-06-30 23:31:19 +08:00
index.tmpl hgweb: show ages in repos' Last modified column in monoblue and gitweb 2015-07-26 00:11:23 +08:00
manifest.tmpl hgweb: don't dereference symbolic revision in gitweb style 2015-06-16 14:37:53 +08:00
map gitweb: visually highlight source lines when hovering over line numbers 2015-10-15 00:04:58 +08:00
notfound.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
search.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
shortlog.tmpl gitweb: don't drop current revision context on graph page 2015-09-26 18:16:49 +08:00
summary.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00
tags.tmpl hgweb: don't point file links at tip hash where it doesn't make sense 2015-06-12 18:34:10 +08:00