This file is indexed.

/usr/share/doc/python-psycopg2-docs/html/_static/psycopg.css is in python-psycopg2-doc 2.4.5-1build5.

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
@import url("default.css");

blockquote {
    font-style: italic;
}

div.admonition-todo {
    background-color: #ffa;
    border: 1px solid #ee2;
}

div.dbapi-extension {
    background-color: #eef;
    border: 1px solid #aaf;
}

tt.sql {
    font-size: 1em;
    background-color: transparent;
}

a > tt.sql:hover {
    text-decoration: underline;
}

dl.faq dt {
    font-weight: bold;
}