From 6671403e3ba83cf721795cdc888b7bcda85e374b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 28 Apr 2011 17:12:49 -0700 Subject: [PATCH] Update: --- normalize.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/normalize.css b/normalize.css index 342d2b9..406bc54 100644 --- a/normalize.css +++ b/normalize.css @@ -43,6 +43,16 @@ html { -webkit-tap-highlight-color: transparent; /* 3 */ } +/* + * Remove margin and hide overflow from element + * Margin overflow displayed incorrectly in IE6/7 +*/ + +body { + margin: 0; + overflow: hidden; +} + /* * Remove outline on element when active or hovered * Improves readability when focused and also mouse hovered in all browsers