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

Combine abbr styles #6

Open
erikwallace opened this issue Jul 27, 2020 · 1 comment
Open

Combine abbr styles #6

erikwallace opened this issue Jul 27, 2020 · 1 comment

Comments

@erikwallace
Copy link

Great project, I have two suggestions. There are two cursor: help declarations, it might make sense to combine them:

abbr, abbr:hover { /* Set the '?' cursor while hovering an abbreviation */ cursor: help; }

Also, where you reset margins and padding with *, would you consider adding box-sizing?

* { /* Reset margins and padding */ box-sizing: border-box; margin: 0; padding: 0; }

@erikwallace
Copy link
Author

I don't contribute much to GitHub, my suggesions/questions aren't necessarily issues. Let me know if there's a better way to comment.

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

No branches or pull requests

1 participant