-
Notifications
You must be signed in to change notification settings - Fork 303
Improve table's css #157
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 table's css #157
Conversation
css/main.scss
Outdated
|
||
td, th { | ||
border-bottom: 1px solid #eee; | ||
border-right: 1px solid #eee; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: This doesn't match the indentation of the previous lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol at that gnarly @import
indentation above
looks like this is a bit different than #154 (comment), any specific reasons why? |
@steveklabnik: I can fix it as well as they suggested but I won't from the CSS. |
So I "rotated" the table. I think it's the closest to what they want if I'm not wrong? |
Sorry, I mean the CSS changes are different than those ones. |
(btw it seems the tables are missing the 15px bottom margin that a lot of the other elements have from base.scss — + tiny typo there with "vertycal" — which is making the paragraph following them "stick" to the table without spacing :) |
Updated with @lqd's remarks. |
Let's |
Fixes #154.