This file is indexed.

/usr/share/libparse-debianchangelog-perl/changelogs.css is in libparse-debianchangelog-perl 1.2.0-12.

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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.hide {
        display: none;
}

ul.navbar {
            display: inline;
            list-style-type: none;
            padding: 0;
}
ul.navbar li {
               display: inline;
               list-style-type: none;
}
ul.navbar li a:before {
                        content: '[';
}
ul.navbar li a:after {
                        content: ']';
}

ul.outline {
             position: absolute;
             top: .1em;
             right: .1em;
             padding: .5em;
             list-style-type: none;
             border: thin solid black;
             background: #ddd;
             overflow: auto;
             max-width: 30%;
}
ul.outline ul {
                list-style-type: none;
}

.document_header {
                   font-size: xx-large;
}

.year_header {
               font-size: x-large;
}

.entry_header {
                font-size: medium;
}

.packagelink {
              text-decoration: none;
}

.medium {
          color: orange;
}
.high,
.critical,
.emergency {
             color: red;
}

.testing,
.stable,
.testing-proposed-updates,
.stable-proposed-updates,
.frozen {
                           color: orange;
}
.stable-security,
.testing-security,
.experimental {
                color: red;
}

.trailer a {
             text-decoration: none;
}

.parse_error {
               font-style: italic;
               font-size: small;
               margin-top: -1em;
}

.footer address {
                  padding: .5em;
                  border-top: thin solid black;
                  background-color: #ddd;
}