This file is indexed.

/usr/share/pyshared/schooltool/lyceum/journal/browser/f_journal.css is in python-schooltool.lyceum.journal 2.1.0-0ubuntu1.

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
.grades input[type="text"] {
    width: 2em;
}

.grades input[type="text"]:focus {
    width: 1.8em;
}