-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Labels
Description
What's wrong? Describe the what you're seeing
I'm dealing with some formatting problems because we have a document for the legal
path that requires nested ordered lists in a specific style. I tried a lot of different things, and finally realized that I needed to troubleshoot in the page inspector.
Right now, all <ol>
elements are forced to use the green Arabic numbers. I'd like to be able to use the list-stlye-type
:
lower-roman
upper-roman
lower-alpha
upper-alpha
But right now if I set that in the Inspector, it's still showing the green Arabic numerals.
Suggestions for a fix
Allow me to add a tag like {:list-style-type: "lower-roman"}
that overrides the list-style-type: none
in the CSS, and doesn't use the green numbers.