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

Cleaning up CSS styles #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Cleaning up CSS styles #2

wants to merge 1 commit into from

Conversation

nimbupani
Copy link

  • Noticed there were 4 references like:
    margin-top: x; margin-left: y; margin-bottom: x; margin-right: y; changed that to:
    margin: x y;
  • There were only -webkit- prefixed properties, in the very near future, the prefixes will be dropped (Chrome already has for both radius and shadow), so I added the unprefixed versions.
  • footnotes li p:first-child:before had margin-left: 0px for some reason, which seemed to make no difference.

…shadows. removed one unnecessary margin:0.
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