This file is indexed.

/usr/share/edubuntu-server-manager/static/css/base.css is in edubuntu-server-manager 14.02.2.

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
html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #0d4153 url(../img/bg_dots.png) repeat top center;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table td, table th {
    vertical-align: top;
}
table tr:hover {
    background-color: #f6f6f6;
}
pre {
    background-color: #f2f2f2;
    padding: 5px 5px 5px 3px;
    display: block;
    overflow: auto;
}
#flash-messages .warning pre {
    background-color: #ECA918;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}