This file is indexed.

/usr/share/perl5/LaTeXML/style/navbar-left.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
8
9
/* CSS for left navigation bar */

.navbar { display:block!important; position:fixed; left:0px; top:0px; width:170px;
	  margin:0em; padding:1em; font: bold 75% sans-serif; 
	  border: 3px double; }
.navbar ul { margin-left:-2em; }
.main { position:absolute; left:190px; top:0px; right:2px; 
        margin:0px; padding:1em 3em 1em 2em;
        width:70%; }