We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a891a commit 5a6f513Copy full SHA for 5a6f513
1 file changed
normalize.css
@@ -167,6 +167,19 @@ svg:not(:root) {
167
overflow: hidden;
168
}
169
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
183
/* Forms
184
* ========================================================================== */
185
0 commit comments