This file is indexed.

/usr/share/ruby-aruba/templates/css/filesystem.css is in ruby-aruba 0.14.2-2.

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
.filesystem ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

.filesystem li {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 4px;
}

.filesystem li .highlight {
  display: block;
  border: 1px solid #CCCCCC;
  margin-top: 4px;
}

.filesystem li .highlight pre, pre.console {
  margin: 2px;
  padding: 2px;
}

.filesystem li.file {
  cursor: pointer;
}

.filesystem li.folder {
  background: url('../images/folder.png') no-repeat;
}

.filesystem li.feature {
  background: url('../images/page_white_gherkin.png') no-repeat;
}

.filesystem li.rb {
  background: url('../images/page_white_ruby.png') no-repeat;
}

.filesystem li.unknown {
  background: url('../images/page_white.png') no-repeat;
}