diff --git a/normalize.css b/normalize.css index 80cd22b..76d02ff 100644 --- a/normalize.css +++ b/normalize.css @@ -91,13 +91,11 @@ * ========================================================================== */ /** - * 1. Correct table border color in Chrome, Edge, and Safari. - * 2. Remove text indentation from table contents in Chrome, Edge, and Safari. + * Correct table border color in Chrome, Edge, and Safari. */ :where(table) { - border-color: currentColor; /* 1 */ - text-indent: 0; /* 2 */ + border-color: currentColor; } /* Forms diff --git a/opinionated.css b/opinionated.css index 0e01393..3075732 100644 --- a/opinionated.css +++ b/opinionated.css @@ -99,13 +99,11 @@ * ========================================================================== */ /** - * 1. Correct table border color in Chrome, Edge, and Safari. - * 2. Remove text indentation from table contents in Chrome, Edge, and Safari. + * Correct table border color in Chrome, Edge, and Safari. */ :where(table) { - border-color: currentColor; /* 1 */ - text-indent: 0; /* 2 */ + border-color: currentColor; } /* Forms