From fb8086ba53c913fac03cdaab96168447a5aae9fd Mon Sep 17 00:00:00 2001 From: Adam Whitcroft Date: Fri, 26 Oct 2012 10:56:22 +0100 Subject: [PATCH] Prefixed border-box --- apaxy/theme/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css index f4206ba..0225952 100644 --- a/apaxy/theme/style.css +++ b/apaxy/theme/style.css @@ -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 {