mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove opinionated table resets
This commit is contained in:
parent
65e14b8614
commit
02c5c7adbb
@ -7,6 +7,7 @@
|
|||||||
* Address inconsistent styling of abbr[title].
|
* Address inconsistent styling of abbr[title].
|
||||||
* Correct inheritance and scaling of font-size for preformatted text.
|
* Correct inheritance and scaling of font-size for preformatted text.
|
||||||
* Replace focus style removed in the border reset in Firefox 4+.
|
* Replace focus style removed in the border reset in Firefox 4+.
|
||||||
|
* Remove opinionated table resets.
|
||||||
|
|
||||||
=== 3.0.3 (March 30, 2015)
|
=== 3.0.3 (March 30, 2015)
|
||||||
|
|
||||||
|
17
normalize.css
vendored
17
normalize.css
vendored
@ -423,20 +423,3 @@ textarea {
|
|||||||
optgroup {
|
optgroup {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tables
|
|
||||||
========================================================================== */
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Remove most spacing between table cells.
|
|
||||||
*/
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td,
|
|
||||||
th {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user