Skip to content

Commit

Permalink
Corrected styling for table borders
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Nov 8, 2015
1 parent 6b35cee commit 806f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/pages/_website.scss
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ footer {
border-color: $color-shade-dark;
}

table th {
table tr:first-child th:not(:only-of-type) {
border-bottom: 2px solid $color-shade-darkest;
}

Expand Down

0 comments on commit 806f218

Please sign in to comment.