We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, the CSS looks like:
ul, ol { margin: 40px 100px 0 100px; } li > ul, ol { margin: 0 0 15px 50px; list-style-image: none; /* in case parent list has some */ }
This doesn't appear to be working: li > ul, ol needs to be reversed.
li > ul, ol
The text was updated successfully, but these errors were encountered:
hmm, this CSS is suspicious. The first margin is no-op on ol.
Sorry, something went wrong.
No branches or pull requests
currently, the CSS looks like:
This doesn't appear to be working:
li > ul, ol
needs to be reversed.The text was updated successfully, but these errors were encountered: