This commit is contained in:
Nicolas Cusan
2021-12-07 10:55:22 +01:00
parent fbe3f4c551
commit 11fc46dd67
2 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ destyle.css resets buttons completely to make them usable as any other element <
## Changelog
### **v3.0.1.** 2021-12-07
### **v3.0.2.** 2021-12-07
- Add `border-collapse: collapse` to tables.

View File

@@ -1,4 +1,4 @@
/*! destyle.css v3.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@@ -402,7 +402,7 @@ summary {
table {
border-color: inherit; /* 1 */
bordr-collapse: collapse;
border-collapse: collapse;
}
caption {