This file is indexed.

/usr/share/maas/web/static/css/modifiers.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.nav li {
    float: left;
    }

.clear {
    clear: both;
    }

.hidden {
    display: none;
    }

.left {
    float: left;
    }

.right {
    float: right;
    }

img.icon {
    vertical-align: text-bottom;
    margin-right: 3px;
    }

a.icon:hover {
    text-decoration: none;
    }

.divider {
    clear: both;
    margin: 30px 0;
    border-top: 1px solid #e5e2e0;
    }

/* Spacing */
.block.space-top-small,
.space-top-small {
    margin-top: 10px;
    }

.space-top {
    margin-top: 20px;
    }

.space-top-none {
    margin-top: 0;
    }

.space-right-large {
    margin-right: 40px;
    }

.space-right-small {
    margin-right: 10px;
    }

.space-left-small {
    margin-left: 10px;
    }

.space-bottom-none {
    margin-bottom: 0;
    }

.space-bottom-small {
    margin-bottom: 5px;
    }

.pad-top-small {
    padding-top: 10px;
    }

.pad-top {
    padding-top: 20px;
    }

.pad-top-large {
    padding-top: 40px;
    }

.warning {
    color: #9F6000;
    }