From 251fbae42b8481ba10c0e45a6ae79431dce2db58 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Thu, 25 Jul 2013 15:35:37 -0400 Subject: [PATCH] box-sizing for firefox --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 028c7f6..a501f5d 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ * { + -moz-box-sizing: border-box; box-sizing: border-box; }