File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ library code.
3434
3535* Google Chrome (latest)
3636* Mozilla Firefox (latest)
37- * Mozilla Firefox 4
37+ * Mozilla Firefox ESR
3838* Opera (latest)
3939* Apple Safari 6+
4040* Internet Explorer 8+
Original file line number Diff line number Diff line change @@ -210,7 +210,6 @@ figure {
210210 */
211211
212212hr {
213- -moz-box-sizing : content-box;
214213 box-sizing : content-box;
215214 height : 0 ;
216215}
@@ -351,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
351350
352351/**
353352 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
354- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
355- * (include `-moz` to future-proof).
353+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
356354 */
357355
358356input [type = "search" ] {
359357 -webkit-appearance : textfield; /* 1 */
360- -moz-box-sizing : content-box;
361- -webkit-box-sizing : content-box; /* 2 */
362- box-sizing : content-box;
358+ box-sizing : content-box; /* 2 */
363359}
364360
365361/**
You can’t perform that action at this time.
0 commit comments