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

Improve css in guide #32401

Merged
merged 1 commit into from
Apr 19, 2018
Merged

Conversation

yhirano55
Copy link
Contributor

Summary

  • .clearfix is overridden.
  • .clear is not currently used.
  • #extraCol is not currently used.
  • table th, table td are overridden. Merged them ( text-align: left is defined on reset.css )
  • Removed needless comment lines which are added on Responsive guides #6475

* .clearfix is overridden.
* .clear is not currently used.
* #extraCol is not currently used.
* table th, table td are overridden. Merged them.
* Removed needless comment lines which are added on rails#6475
@rails-bot
Copy link

r? @eileencodes

(@rails-bot has picked a reviewer for you, use r? to override)

@eileencodes
Copy link
Member

@yhirano55 thanks for the PR. Can you provide screenshots of before/after with your changes?

@@ -70,7 +70,7 @@ table {
}

table th, table td {
padding: 0.25em 1em;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Overriden by this line, so changed padding values.

@yhirano55
Copy link
Contributor Author

@eileencodes Thank you so much for your comment. I've not changed any UI (Fix needless styles or properties). But to be safe, I provide screenshots about before and after:

Before

image

After

image

@rafaelfranca rafaelfranca merged commit 8bdf50d into rails:master Apr 19, 2018
@yhirano55 yhirano55 deleted the improve_css_in_guide branch April 19, 2018 20:44
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.

None yet

4 participants