box-sizing for firefox

This commit is contained in:
Matthew Batchelder 2013-07-25 15:35:37 -04:00
parent eb3feb3825
commit 251fbae42b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}