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

Fix list style in post list #6

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

Conversation

nertzy
Copy link

@nertzy nertzy commented Oct 25, 2020

Setting a list style of "none" for all list items within the #post-list is overly broad. We should only affect the direct child list items so that any <li> tags within a post retain their proper list style.

Setting a list style of "none" for all list items within the #post-list
is overly broad. We should only affect the direct child list items so
that any <li> tags within a post retain their proper list style.
@nertzy
Copy link
Author

nertzy commented Oct 25, 2020

I'm working around this for the moment by adding:

#post-list article li {
    list-style: inherit;
    list-style-type: disc;
}

@nertzy
Copy link
Author

nertzy commented Jul 22, 2021

There's a discussion about this issue at https://help.micro.blog/t/marfa-theme-differences/550

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

Successfully merging this pull request may close these issues.

1 participant