mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update: <body>
This commit is contained in:
parent
4dc9bb470a
commit
6671403e3b
10
normalize.css
vendored
10
normalize.css
vendored
@ -43,6 +43,16 @@ html {
|
|||||||
-webkit-tap-highlight-color: transparent; /* 3 */
|
-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
|
* Remove outline on <a> element when active or hovered
|
||||||
* Improves readability when focused and also mouse hovered in all browsers
|
* Improves readability when focused and also mouse hovered in all browsers
|
||||||
|
Loading…
Reference in New Issue
Block a user