style: use red text for wcs error messages (#9778)

This commit is contained in:
Frédéric Péters 2016-01-26 17:43:27 +01:00
parent d540d05e00
commit 878530e1d6
1 changed files with 4 additions and 0 deletions

View File

@ -710,3 +710,7 @@ div.encart-ce-mois-ci {
border: none;
margin-top: 15px;
}
div.widget div.error {
color: #d11d1d;
}