diff --git a/destyle.css b/destyle.css index 4646b1b..21802bc 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! destyle.css v1.0.12 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model ========================================================================== */ @@ -327,6 +327,14 @@ button:-moz-focusring, outline: 1px dotted ButtonText; } +/** + * Remove padding + */ + +option { + padding: 0; +} + /** * Reset to invisible */