This commit is contained in:
ptitdoss1 2014-05-11 19:20:49 +00:00
commit 925205be66

View file

@ -10,7 +10,9 @@
/* switching box model for all elements */
* {
box-sizing: border-box;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
/* soft reset */