Merge pull request #4262 from yurydelendik/issue4257

Removes -moz-box-sizing usage
This commit is contained in:
Brendan Dahl 2014-02-24 12:47:27 -08:00
commit cc46cea7cb
3 changed files with 21 additions and 8 deletions

View file

@ -13,9 +13,8 @@
* limitations under the License.
*/
* { -moz-box-sizing: border-box; }
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}