This file is indexed.

/usr/share/simpleid/www/html/upgrade.css is in simpleid 0.8.1-14.

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
.upgrade-version {
    font-weight: bold;
    font-size: 1.5em;
}

.original-version { color: #666666; }
.this-version { color: #4A80ED; }

.upgrade-results {
    overflow: auto;
    height: 200px;
    border: 1px solid #666666;
    background-color: #EEEEEE;
}