The ordered list style is overridden with list-style: initial, which makes ordered lists in the editor not appear ordered (uses disc), this makes it difficult to make lists and refer to a specific list item.
ie, in the editor:
One
Two
Three
Is not visibly numbered, offending css:
#tinymce ol { list-style: initial; padding: 15px; }
The ordered list style is overridden with list-style: initial, which makes ordered lists in the editor not appear ordered (uses disc), this makes it difficult to make lists and refer to a specific list item.
ie, in the editor:
Is not visibly numbered, offending css:
list-style: initial;
padding: 15px;
}
This is fixed now.
Thanks!
I am the Inquisitor Imperitus. I am judge, jury, and executioner. Draw your last breath now, as I send you to the Nine Hells.