Skip to content
New issue

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

Use child selectors to fix rtfd/sphinx_rtd_theme#484 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 29, 2018

  1. Use child selectors to fix readthedocs/sphinx_rtd_theme#484

    Without child selectors, the `ul li` styles would be applied to `ul li ol li`, which makes numbering disappear.
    
    `li`s should always be selected via a child selector. `ul` and `ol` do not need to be.
    eric-wieser committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    d30774d View commit details
    Browse the repository at this point in the history