mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-31 00:40:17 +02:00
Fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user