The ol list tags inherit from #forum ul.commentsList li where all li tags inside #forum ul.commentList li will be styled as block element if nothing else is specified.
The ol list has li items too, which is styled as block elements and it's each post comment which is styled as block elements.. but it shouldn't apply to li tags inside a post comment.
I've used Chromes code-display to test it, which is very smiliar to Firebug in Firefox..
OL not styled.
The OL tag in the forum isn't styled.
Checked in firefox 5.0 and IE 9.0
Hey bert which OL are you talking about??
Am on FF5.0 but everything seems ok to me.
/fuji
Hi Fuji
I think Bert is reffering to when using a ordered list in forum posts, it's formatted without any numbers.
/Jan
Hey Jan,
Well I havent noticed.....
//fuji
In chrome it's the same issue..
It seems to be the css
It's styled as a block element.. when I deactivate the display:block I get the numbers in chrome..
It styles all li tag under #forum ul.commentList
Bjarne
It should be display: table; instead
//fuji
I think it should be styled
and
or some other way so the ol li tags isn't styled as block elements.
Bjarne
Am not sure.....According to me it should be
if its an ordered list, but thing is i cant actually see what you viewing
//fuji
The ol list tags inherit from #forum ul.commentsList li where all li tags inside #forum ul.commentList li will be styled as block element if nothing else is specified.
The ol list has li items too, which is styled as block elements and it's each post comment which is styled as block elements.. but it shouldn't apply to li tags inside a post comment.
I've used Chromes code-display to test it, which is very smiliar to Firebug in Firefox..
but there may be other ways to style it.
Bjarne
Hey Bjarne send can you post the url?
//fuji
The url?
Bjarne
Still no numbers. What's the point of letting us insert ordered lists if the ordinals are hidden? Sigh....
is working on a reply...