mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 16:30:01 +02:00
Fix border collapse for tables
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
/*! destyle.css v3.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
|
||||||
|
|
||||||
/* Reset box-model and set borders */
|
/* Reset box-model and set borders */
|
||||||
/* ============================================ */
|
/* ============================================ */
|
||||||
@@ -402,6 +402,7 @@ summary {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
border-color: inherit; /* 1 */
|
border-color: inherit; /* 1 */
|
||||||
|
bordr-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
|
Reference in New Issue
Block a user