Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 126... Zeile 126...
126
 
126
 
127
table + .structure-heading {
127
table + .structure-heading {
128
 border-top: 1px solid lightgrey;
128
 border-top: 1px solid lightgrey;
129
 padding-top: 0.5em;
129
 padding-top: 0.5em;
-
 
130
}
-
 
131
 
-
 
132
.legend {
-
 
133
 font-weight: bold;
-
 
134
 margin-right: 2px;
-
 
135
 padding-left: 10px;
-
 
136
 padding-right: 10px;
-
 
137
 text-align: center;
-
 
138
}
-
 
139
 
-
 
140
.covered-by-small-tests {
-
 
141
 background-color: #99cb84;
-
 
142
}
-
 
143
 
-
 
144
.covered-by-medium-tests {
-
 
145
 background-color: #c3e3b5;
-
 
146
}
-
 
147
 
-
 
148
.covered-by-large-tests {
-
 
149
 background-color: #dff0d8;
-
 
150
}
-
 
151
 
-
 
152
.not-covered {
-
 
153
 background-color: #f2dede;
-
 
154
}
-
 
155
 
-
 
156
.not-coverable {
-
 
157
 background-color: #fcf8e3;