Skip to content

Commit 02c5c7a

Browse files
author
Jonathan Neal
committed
Remove opinionated table resets
1 parent 65e14b8 commit 02c5c7a

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Address inconsistent styling of abbr[title].
88
* Correct inheritance and scaling of font-size for preformatted text.
99
* Replace focus style removed in the border reset in Firefox 4+.
10+
* Remove opinionated table resets.
1011

1112
=== 3.0.3 (March 30, 2015)
1213

normalize.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -423,20 +423,3 @@ textarea {
423423
optgroup {
424424
font-weight: bold;
425425
}
426-
427-
/* Tables
428-
========================================================================== */
429-
430-
/**
431-
* Remove most spacing between table cells.
432-
*/
433-
434-
table {
435-
border-collapse: collapse;
436-
border-spacing: 0;
437-
}
438-
439-
td,
440-
th {
441-
padding: 0;
442-
}

0 commit comments

Comments
 (0)