Skip to content

Commit

Permalink
Revert changes to 'body' and form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed May 2, 2017
1 parent 62b4a86 commit b4a8fda
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ html {
/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
Expand Down Expand Up @@ -225,15 +233,19 @@ svg:not(:root) {
========================================================================== */

/**
* Remove the margin in Firefox and Safari.
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}

/**
Expand Down

0 comments on commit b4a8fda

Please sign in to comment.