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

Fix table spacing #482

Merged
merged 2 commits into from
Jun 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary color declaration
The `color` gets inherited from the `body` and doesn't need to be set.
Furthermore, only setting the colour without also setting
the background colour could cause issues for people
needing to change colour settings.
selfthinker committed Jun 2, 2017
commit e05006fbde175997d587157718bded1ff07c8bbf
1 change: 0 additions & 1 deletion assets/sass/elements/_tables.scss
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ table {
padding: em(12, 19) em(20, 19) em(9, 19) 0;

text-align: left;
color: $black;
border-bottom: 1px solid $border-colour;
}