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: styling main element in IE 11 #199

Merged
merged 2 commits into from
Feb 14, 2018
Merged

Conversation

mmktomato
Copy link
Contributor

The styling about .page-content is not affected in IE 11 because the default value of display of main element is 'inline'. (It's 'block' in Chrome 64.)
It will be fixed by adding 'display: block;' to main element.

@DirtyF DirtyF requested a review from a team February 6, 2018 12:09
Copy link
Member

@DirtyF DirtyF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Member

@parkr parkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, Microsoft!

@parkr
Copy link
Member

parkr commented Feb 14, 2018

@jekyllbot: merge +fix

@jekyllbot jekyllbot merged commit bfb8997 into jekyll:master Feb 14, 2018
jekyllbot added a commit that referenced this pull request Feb 14, 2018
@mmktomato
Copy link
Contributor Author

Thx for reviewing and merging !

@jekyllbot jekyllbot mentioned this pull request Mar 10, 2018
@jekyll jekyll locked and limited conversation to collaborators Apr 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants