1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-23 01:33:23 +02:00

Prefixed border-box

This commit is contained in:
Adam Whitcroft
2012-10-26 10:56:22 +01:00
parent e032069145
commit fb8086ba53

View File

@@ -10,7 +10,9 @@
* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing: border-box;
}
html {