mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove default table cell padding
Normalize.css makes some convenience changes to the default table rendering. This change removes the 1px of padding around table cells.
This commit is contained in:
parent
496702aab6
commit
37d1c1ef8b
5
normalize.css
vendored
5
normalize.css
vendored
@ -408,3 +408,8 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user