When I use this in my css to achieve square bullets:
li { list-style-type: square; }
it affects all numbered lists as well, as they both use <li>
The context is within a sharepoint richhtmlfield control.
Is there a way around this or have Microsoft not implemented numbered lists correctly?