This file is indexed.

/usr/share/doc/python-mechanize/styles/maxwidth.css is in python-mechanize 1:0.2.5-3.

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
/* min-/max-width work-alike */
#content {
  padding:10px;
  width: expression(document.documentElement.clientWidth < 398 ? "400px" : document.documentElement.clientWidth > 752 ? "750px" : "auto");/*novalidate*/
  margin: 0 50px;
  padding-left: 40px;
  background-color:#FFF;
/*  background: #fff url('/images/gridbg.gif');*/
}