From 4ecd691e88374c55cf7511ac3653d6154787e50e Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 3 Jun 2013 10:36:20 -0300 Subject: [PATCH] Update normalize.css Add box-sizing and focus:none --- normalize.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/normalize.css b/normalize.css index 6adf56e79..d2de226c8 100644 --- a/normalize.css +++ b/normalize.css @@ -1,5 +1,8 @@ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */ +*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} +*:focus{outline:none;} + /* ========================================================================== HTML5 display definitions ========================================================================== */