This file is indexed.

/usr/lib/bup/web/static/styles.css is in bup 0.25-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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
    font-family: sans-serif
}

#wrapper {
    width: 90%;
    margin: auto;
}

#breadcrumb {
    margin: 10px 0;
}

table {
    width: auto;
}

th {
    text-align: left;
}

.dir-size {
    padding-left:15px;
}