diff --git a/style.css b/style.css index e41a9e93..df233585 100644 --- a/style.css +++ b/style.css @@ -77,8 +77,6 @@ html { *, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ - -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */ - -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */ box-sizing: border-box; } @@ -358,7 +356,6 @@ input[type="radio"] { input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */ - -moz-box-sizing: content-box; box-sizing: content-box; } @@ -366,12 +363,6 @@ input[type="search"]::-webkit-search-decoration { /* Corrects inner padding disp -webkit-appearance: none; } -button::-moz-focus-inner, -input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ - border: 0; - padding: 0; -} - input[type="text"], input[type="email"], input[type="url"],