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

Ordered lists within a unordered list have ::before content added #3

Closed
d0ugal opened this issue Feb 19, 2016 · 1 comment
Closed
Assignees
Labels
bug Issue reports a bug

Comments

@d0ugal
Copy link

d0ugal commented Feb 19, 2016

.article ul li:before {
    content: "\e602";

With the above CSS, ordered lists within an unordered list have the content added which overlaps with the number.

See the bottom of these docs for an example: http://d0ugal.github.io/mkdocs-versioned/

@squidfunk squidfunk added the bug Issue reports a bug label Feb 19, 2016
@squidfunk squidfunk self-assigned this Feb 19, 2016
@squidfunk
Copy link
Owner

Thanks for reporting! Fixed with the last commit (closed the wrong issue with the commit message, though). The fix will be incorporated into 0.1.3, which will get released within a few days, including a few small fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue reports a bug
Projects
None yet
Development

No branches or pull requests

2 participants