Skip to content

Fix list style in post list#6

Open
nertzy wants to merge 1 commit into
microdotblog:masterfrom
nertzy:fix-list-style
Open

Fix list style in post list#6
nertzy wants to merge 1 commit into
microdotblog:masterfrom
nertzy:fix-list-style

Conversation

@nertzy

@nertzy nertzy commented Oct 25, 2020

Copy link
Copy Markdown

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

nertzy commented Oct 25, 2020

Copy link
Copy Markdown
Author

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

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

@nertzy

nertzy commented Jul 22, 2021

Copy link
Copy Markdown
Author

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