This file is indexed.

/usr/share/php/xajax/tests/suite/xajax.css is in php-xajax 0.5-1.

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 {
	font-size:13px;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	color:#333;
	background:url(img/content_bg.gif) top left repeat-x;
}
h1 {
	margin:4px;
	margin-left:20px;
	color:#7F1F3A;
}
h2 {
	color:#7F1F3A;
	margin:4px 2px 2px 0px;
	border-bottom:1px solid #7F1F3A;
}
h3 {
	margin:12px 2px 2px 0px;
}

a {
 color:#C20229;
}

ul {
	margin:0px;
}	
	
	#options {
		display:inline;
		margin-right:10px;
		float:left;
	}
	#encoding {
		display:inline;
		padding: 5px;
		float:left;
	}	
	
	#control_panel {
		border: 1px solid #ccc;
		background: #fff;
		padding: 5px;
	}
	#testFrame {
		margin-top:10px;
		width: 100%;
		height: 400px;
		border: 1px solid #ccc;
	}


	#languages {
		float:left;
	}

	#statusMessage {
		padding: 3px;
		color: red;
	}