Skip to content

Commit 5a6f513

Browse files
authored
Normalize table properties across Chrome and Firefox
1 parent 83a891a commit 5a6f513

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

normalize.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,19 @@ svg:not(:root) {
167167
overflow: hidden;
168168
}
169169

170+
/* Tabular data
171+
* ========================================================================== */
172+
173+
/**
174+
* 1. Correct table border color inheritance in all Chrome and Safari.
175+
* 2. Remove text indentation from table contents in Chrome and Safari.
176+
*/
177+
178+
table {
179+
border-color: inherit; /* 1 */
180+
text-indent: 0; /* 2 */
181+
}
182+
170183
/* Forms
171184
* ========================================================================== */
172185

0 commit comments

Comments
 (0)