We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e14b8 commit 02c5c7aCopy full SHA for 02c5c7a
CHANGELOG.md
@@ -7,6 +7,7 @@
7
* Address inconsistent styling of abbr[title].
8
* Correct inheritance and scaling of font-size for preformatted text.
9
* Replace focus style removed in the border reset in Firefox 4+.
10
+* Remove opinionated table resets.
11
12
=== 3.0.3 (March 30, 2015)
13
normalize.css
@@ -423,20 +423,3 @@ textarea {
423
optgroup {
424
font-weight: bold;
425
}
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