This file is indexed.

/usr/share/drupal6/modules/imagefield_assist/drupalimage/css/imagefield_assist.css is in drupal6-mod-imagefield-assist 1.0~beta3-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
/* $Id: imagefield_assist.css,v 1.1.2.1 2009/07/04 15:40:33 lourenzo Exp $ */

.mceItemDrupalImage {
  border: 1px dotted #cc0000;
  background-image: url('images/drupalimage.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
}