Skip to content
Permalink
Browse files
Revert changes to 'body' and form elements
  • Loading branch information
necolas committed May 2, 2017
1 parent 62b4a86 commit b4a8fdaf8321093b1e3cad612fb76cf2b7d3275d
Showing 1 changed file with 14 additions and 2 deletions.
@@ -18,6 +18,14 @@ html {
/* Sections
========================================================================== */

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

body {
margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
@@ -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 */
}

/**

2 comments on commit b4a8fda

@macalinao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@simonsmith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.