mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 00:10:21 +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 */
|
||||
/* ============================================ */
|
||||
@@ -402,6 +402,7 @@ summary {
|
||||
|
||||
table {
|
||||
border-color: inherit; /* 1 */
|
||||
bordr-collapse: collapse;
|
||||
}
|
||||
|
||||
caption {
|
||||
|
Reference in New Issue
Block a user