mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 09:02:54 +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
|
## Changelog
|
||||||
|
|
||||||
### **v3.0.1.** 2021-12-07
|
### **v3.0.2.** 2021-12-07
|
||||||
|
|
||||||
- Add `border-collapse: collapse` to tables.
|
- 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 */
|
/* Reset box-model and set borders */
|
||||||
/* ============================================ */
|
/* ============================================ */
|
||||||
@@ -402,7 +402,7 @@ summary {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
border-color: inherit; /* 1 */
|
border-color: inherit; /* 1 */
|
||||||
bordr-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
caption {
|
caption {
|
||||||
|
Reference in New Issue
Block a user