display list bullets in wcs text elements (#9406)

This commit is contained in:
Frédéric Péters 2015-12-19 12:51:57 +01:00
parent 3a4ffd1c86
commit d33c30cf9f
1 changed files with 10 additions and 0 deletions

10
wcs.css
View File

@ -79,3 +79,13 @@ span.required {
overflow: hidden;
color: red;
}
#rub_service ul li:before {
content: "\f0da";
font-family: FontAwesome;
}
#rub_service .widget ul li:before {
content: none;
}