update version

This commit is contained in:
Nicolas Cusan
2020-10-15 17:47:01 +02:00
parent 4be416e135
commit bf5454cc09

View File

@@ -1,15 +1,14 @@
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /*! destyle.css v2.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */ /* Reset box-model and set borders */
/* ============================================ */ /* ============================================ */
* { *,
box-sizing: border-box;
}
::before, ::before,
::after { ::after {
box-sizing: inherit; box-sizing: border-box;
border-style: solid;
border-width: 0;
} }
/* Document */ /* Document */
@@ -110,7 +109,7 @@ hr {
height: 0; /* 1 */ height: 0; /* 1 */
overflow: visible; /* 2 */ overflow: visible; /* 2 */
border: 0; border: 0;
border-top: 1px solid; border-top: 1px;
margin: 0; margin: 0;
clear: both; clear: both;
color: inherit; color: inherit;
@@ -211,15 +210,10 @@ sup {
* Remove the border on images inside links in IE 10. * Remove the border on images inside links in IE 10.
*/ */
img { img,
border-style: none;
vertical-align: bottom;
}
embed, embed,
object, object,
iframe { iframe {
border: 0;
vertical-align: bottom; vertical-align: bottom;
} }