Hello,

I'm using the "views 2" module (6.x-3.0-alpha3) and when I try to use a HTML list style representation (ordered or unordered) I see no dots or numbers in the list.

E.g.
Expected:
1. First item
2. 2nditem
3. 3rd item

Shown:
First item
2nditem
3rd item

Are there any ways to fix it? My CSS knowledge isn't good but I guess this happens because of the style "list-style: none;" which is applied to the list from base.css or style.css

When I delete this style from CSS it helps for Chrome but in FF I see a dot or number on one line and the item on the other:
1.
First item
2.
2nditem
3.
3rd item

Comments

Georgii’s picture

The same issue was found for Corolla #903256: Views list is snown without dots or numbers