Closed (works as designed)
Project:
Corolla
Version:
6.x-1.17
Component:
Design
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2010 at 07:16 UTC
Updated:
6 May 2012 at 11:52 UTC
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
The same is for Tarski #903252: View list is snown without dots or numbers
Comments
Comment #1
Jeff Burnz commented