diff --git a/README.md b/README.md index f8e0d10..cccbf96 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ library code. * Google Chrome (latest) * Mozilla Firefox (latest) -* Mozilla Firefox 4 +* Mozilla Firefox ESR * Opera (latest) * Apple Safari 6+ * Internet Explorer 8+ diff --git a/normalize.css b/normalize.css index 408f751..d78a0ff 100644 --- a/normalize.css +++ b/normalize.css @@ -210,7 +210,6 @@ figure { */ hr { - -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } @@ -351,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button { /** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; + box-sizing: content-box; /* 2 */ } /**