Skip to content

Commit

Permalink
Remove default table cell padding
Browse files Browse the repository at this point in the history
Normalize.css makes some convenience changes to the default table
rendering. This change removes the 1px of padding around table cells.
  • Loading branch information
necolas committed Jan 16, 2014
1 parent 496702a commit 37d1c1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,8 @@ table {
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
padding: 0;
}

0 comments on commit 37d1c1e

Please sign in to comment.