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

font-size: 0 creates problems for content inside pages #7

Open
zhenjl opened this issue Jul 3, 2013 · 0 comments
Open

font-size: 0 creates problems for content inside pages #7

zhenjl opened this issue Jul 3, 2013 · 0 comments
Labels

Comments

@zhenjl
Copy link
Owner

zhenjl commented Jul 3, 2013

Currently we use display: inline-block for laying out pages. However, to remove the small gap between each inline-block we need to use font-size: 0. The problem is that font-size is inherited by all the children below that, which means the user will have to explicitly set font-sizes for all elements inside the pages. This is annoying and should be fixed.

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

No branches or pull requests

1 participant