Remove opinionated table resets

This commit is contained in:
Jonathan Neal 2016-02-03 12:00:11 -05:00
parent 65e14b8614
commit 02c5c7adbb
2 changed files with 1 additions and 17 deletions

View File

@ -7,6 +7,7 @@
* Address inconsistent styling of abbr[title].
* Correct inheritance and scaling of font-size for preformatted text.
* Replace focus style removed in the border reset in Firefox 4+.
* Remove opinionated table resets.
=== 3.0.3 (March 30, 2015)

17
normalize.css vendored
View File

@ -423,20 +423,3 @@ textarea {
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}