This file is indexed.

/usr/share/maas/web/static/css/base.css is in maas-region-controller-min 1.5+bzr2252-0ubuntu1.

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
html,
body {
    margin: 0;
    padding: 0;
    }

body {
    background: #2C001E url(../?img/bg_dots.png) repeat top center;
    }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    }

pre {
    background-color: #f2f2f2;
    padding: 5px 5px 5px 3px;
    display: block;
    overflow: auto;
    }

#flash-messages .warning pre {
    background-color: #ECA918;
    }