stylesheets/normalize/_tables.scss in compass-normalize-1.4.3 vs stylesheets/normalize/_tables.scss in compass-normalize-1.5

- old
+ new

@@ -1,12 +1,17 @@ @include normalize-version('Tables'); // ========================================================================== // Tables -// ========================================================================== +// ========================================================================== // Remove most spacing between table cells. table { border-collapse: collapse; border-spacing: 0; +} + +td, +th { + padding: 0; } \ No newline at end of file