This file is indexed.

/usr/share/php/xajax/tests/suite/xajax_tests.css is in php-xajax 0.5-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
body {
	font-size:13px;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	color:#333;
	background:#fff;
}
h1 {
	margin:4px 4px 12px 0px;
	color:#7F1F3A;
	border-bottom:1px solid #7F1F3A;
}
h2 {
	color:#7F1F3A;
	margin:4px 2px 2px 0px;
}
h3 {
	margin:12px 2px 2px 0px;
}

a {
 color:#C20229;
}

ul {
	margin:0px;
}	

controlPanel {

}
.controlPanel_cell {
	float: left;
	position: relative;
	width: 50%;
}