From 02c5c7adbbec1707900fde86068405735c733b42 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 3 Feb 2016 12:00:11 -0500 Subject: [PATCH] Remove opinionated table resets --- CHANGELOG.md | 1 + normalize.css | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759001f..ea49be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/normalize.css b/normalize.css index c2ce20c..be38d6b 100644 --- a/normalize.css +++ b/normalize.css @@ -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; -}