Link: http://www.jorendekoning.nl/index.php/c ... -voorkomen
The last 5 rows of the article should be a bullet point list. It is set to that. How can I solve it? Numbers don't work either..
.itemView ol {
list-style: decimal;
list-style-position: inside;
}
.itemView .itemFullText ol {
list-style: decimal !important;
list-style-position: inside !important;
}