1
0
mirror of synced 2024-11-26 06:46:04 +03:00

fix typo from #1477

This commit is contained in:
Igor Vaynberg 2013-07-03 22:45:50 -07:00
parent bb7c58406f
commit 81b98e7567

View File

@ -20,7 +20,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
/*
*/
-webkit-box-sizing: border-box; /* webkit */
-moz-box-sizing: border-box; /* firefox */
box-sizing: border-box; /* css3 */