This file is indexed.

/usr/share/php/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css is in php-symfony-framework-bundle 2.7.10-0ubuntu2.

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
html {
    background: #eee;
}
body {
    font: 11px Verdana, Arial, sans-serif;
    color: #333;
}
.sf-reset, .sf-reset .block, .sf-reset #message {
    margin: auto;
}
img {
    border: 0;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.clear-fix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-fix {
    display: inline-block;
}
* html .clear-fix {
    height: 1%;
}
.clear-fix {
    display: block;
}
.header {
    padding: 30px 30px 20px 30px;
}
.header-logo {
    float: left;
}
.search {
    float: right;
    padding-top: 20px;
}
.search label {
    line-height: 28px;
    vertical-align: middle;
}
.search input {
    width: 195px;
    font-size: 12px;
    border: 1px solid #dadada;
    background: #fff url(data:image/gif;base64,R0lGODlhAQAFAKIAAPX19e/v7/39/fr6+urq6gAAAAAAAAAAACH5BAAAAAAALAAAAAABAAUAAAMESAEjCQA7) repeat-x left top;
    padding: 5px 6px;
    color: #565656;
}
.search input[type="search"] {
    -webkit-appearance: textfield;
}
#content {
    width: 970px;
    margin: 0 auto;
}
#content pre {
    white-space: normal;
    font-family: Arial, Helvetica, sans-serif;
}