This file is indexed.

/usr/lib/Wt/examples/charts/charts.css is in witty-examples 3.1.10-1ubuntu2.

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
body, html {
  font-family:verdana,helvetica,tahoma,sans-serif;
}

p.p {
  margin: 16px 0px;
  font-size: smaller;
}

h2 {
  padding-left: 30px;
  border-bottom: 1px solid #000;
}

h2 span {
  border-bottom: 0.2em solid #000;
}

.trhead {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: 1px solid black;
}

.trhead td {
  padding-left: 4px;
  padding-right: 4px;
}

.trdata {
  font-family: sans-serif;
  font-size: 10pt;
}

.trdata td {
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}

.trdata td input[type="checkbox"] {
  text-align: center;
  margin: 0px auto;
  display: block;
}

.tdhead {
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 8px;
  text-align: right;
}

.tddata {
  font-family: sans-serif;
  font-size: 10pt;
  padding-left: 4px;
}