Update: <body>

This commit is contained in:
Jonathan 2011-04-28 17:12:49 -07:00
parent 4dc9bb470a
commit 6671403e3b

10
normalize.css vendored
View File

@ -43,6 +43,16 @@ html {
-webkit-tap-highlight-color: transparent; /* 3 */
}
/*
* Remove margin and hide overflow from <body> element
* Margin overflow displayed incorrectly in IE6/7
*/
body {
margin: 0;
overflow: hidden;
}
/*
* Remove outline on <a> element when active or hovered
* Improves readability when focused and also mouse hovered in all browsers