This file is indexed.

/usr/share/perl5/Devel/NYTProf/js/style-tablesorter.css is in libdevel-nytprof-perl 5.06+dfsg-2+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
/* tables */
table.tablesorter thead tr .header {
    /* background-image: url(bg.png); */
    background-repeat: no-repeat;
    background-position: 0% 80%;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp   { background-image: url(asc.png); }
table.tablesorter thead tr .headerSortDown { background-image: url(desc.png); }