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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user