This file is indexed.

/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.sdk_3.8.1.dist/disabled_book.css is in eclipse-pde 3.8.1-11.

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
/* This CSS is applied after all other CSSs for topics that
   belong to the disabled capabilities. The DIV for the notice
   injected at the top of the document is 'help-disabledTopic'. */
   
#help-disabledTopic {
	color: Highlight;
	font-weight: medium;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#help-disabledTopic hr {
	color: #C0C0C0;
	noshade;
}