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

Added spacing between list items #7401

Closed
wants to merge 1 commit into from

Conversation

Waithamai
Copy link
Contributor

fixes #7400

@@ -3,8 +3,9 @@
p:last-child { margin-bottom: 0; }

ul, ol {
margin-top:0.8em;
margin-bottom:0.8em;
margin-top: 0.8em;

Choose a reason for hiding this comment

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

  • 0.8 should be written without a leading zero as .8
  • Properties should be ordered margin-bottom, margin-top

margin-top:0.8em;
margin-bottom:0.8em;
margin-top: 0.8em;
margin-bottom: 0.8em;

Choose a reason for hiding this comment

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

0.8 should be written without a leading zero as .8

margin-bottom:0.8em;
margin-top: 0.8em;
margin-bottom: 0.8em;
li { margin-bottom: 0.5em; }

Choose a reason for hiding this comment

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

0.5 should be written without a leading zero as .5

Copy link
Member

@denschub denschub left a comment

Choose a reason for hiding this comment

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

Tests are green and both @svbergerem and @SuperTux88 thumb'ed up the .5em in the issue, so I guess this is fine to merge.

@denschub denschub closed this in 38450ea Mar 28, 2017
@denschub
Copy link
Member

Merged as 38450ea.

Thank you very much and congrats to your first PR. 🍪🍰🍪🎉🍪🍰🍪

@denschub denschub added this to the 0.6.5.0 milestone Mar 28, 2017
@svbergerem
Copy link
Member

Looks much better. :)

List item spacing comparison

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.

Add spacing between list items
4 participants