This file is indexed.

/usr/share/perl5/LaTeXML/style/navbar-right.css is in latexml 0.7.0-1.

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
/* CSS for left navigation bar */

.navbar { display:block!important; position:fixed; left:80%; top:0px; width:20%;
	  margin:0em; padding:1em; font: bold 75% sans-serif; }
.navbar ul { margin-left:-2em; }
.main { margin:0px; padding:1em 3em 1em 2em;
        width:75%; }