On line 1039 of style.css, there is a style applied to OL LI of

list-style-type: decimal;

This is a bit of an issue if you want ordered lists that are not numerical (alphanumeric, roman, etc.) in the body of a node. Even if you declare the style of the list inline (via a WYSIWYG editor) it can be overridden by the theme's CSS.

I would suggest removing this attribute...

Thanks,
Eric

Comments

yotommy’s picture

Can you override this in local.css?

aitala’s picture

Yes, assuming you are using a subtheme, but if you are not, then it could be very confusing trying to set up an ordered list containing anything other than decimal numbers and having the theme override your HTML.

Eric