1
0
mirror of https://gitea.quitesimple.org/crtxcr/cgitsb synced 2024-11-23 12:42:19 +01:00
cgitsb/tests
Peter Wu 4468ec1b15 Reduce line number bloat, fix hover effect
Currently line numbers look like (for blob view and sdiff respectively):

    <a class='no' id='n68' name='n68' href='#n68'>68</a>
    <td class='lineno'><a class='no' href='...#n1' id='n1' name='n1'>1</a></td>

name=".." is unnecessary if the id attribute is set (this even applies
to IE6), so drop it. (aside, in HTML5, the name attribute is gone.)

The line number links can be selected through their parent classes, no
need for another class "no", so drop it too.

For a file with 2000 lines, this yields a saving of 40% (29% gzipped).

While at it, fix the hover effect of line numbers: now the line number
get a black background as was intended.

Signed-off-by: Peter Wu <lekensteyn@gmail.com>
Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2014-01-08 14:59:38 +01:00
..
.gitignore
Makefile
setup.sh
t0001-validate-git-versions.sh
t0010-validate-html.sh
t0020-validate-cache.sh cache.c: cache ls_cache output properly 2013-05-22 12:53:06 +02:00
t0101-index.sh
t0102-summary.sh
t0103-log.sh
t0104-tree.sh Reduce line number bloat, fix hover effect 2014-01-08 14:59:38 +01:00
t0105-commit.sh
t0106-diff.sh
t0107-snapshot.sh
t0108-patch.sh t0108: Add tests for revision ranges 2013-08-26 21:03:53 +02:00
t0109-gitconfig.sh
t0110-rawdiff.sh tests/: Add t0110-rawdiff.sh 2013-08-26 21:04:02 +02:00