202 |
background-image: none; |
background-image: none; |
203 |
} |
} |
204 |
|
|
205 |
|
.error-category-charset { |
206 |
|
background-image: url(icons/char-16); |
207 |
|
background-position: left center; |
208 |
|
background-repeat: no-repeat; |
209 |
|
padding-left: 20px; |
210 |
|
} |
211 |
|
|
212 |
|
.format-charset, .tokenizer-error, .parse-error { |
213 |
|
background-image: url(icons/syntax-16); |
214 |
|
background-position: left center; |
215 |
|
background-repeat: no-repeat; |
216 |
|
padding-left: 20px; |
217 |
|
} |
218 |
|
|
219 |
|
.content-model-error, .attribute-error, .attribute-value-error, |
220 |
|
.attribute-value-warning, .table-model-error { |
221 |
|
background-image: url(icons/structure-16); |
222 |
|
background-position: left center; |
223 |
|
background-repeat: no-repeat; |
224 |
|
padding-left: 20px; |
225 |
|
} |
226 |
|
|
227 |
#result-para.PASS { |
#result-para.PASS { |
228 |
background-image: url(ok); |
background-image: url(ok); |
229 |
} |
} |