_sass/scss/_normalize.scss in minimal-jekyll-theme-0.1.3 vs _sass/scss/_normalize.scss in minimal-jekyll-theme-0.1.4

- old
+ new

@@ -3,11 +3,11 @@ // Custom Media Query Variables -/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** @@ -24,10 +24,18 @@ /* Sections ========================================================================== */ /** + * Remove the margin in all browsers (opinionated). + */ + +body { + margin: 0; +} + +/** * Add the correct display in IE 9-. */ article, aside, @@ -230,19 +238,23 @@ /* Forms ========================================================================== */ /** - * 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 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. @@ -295,9 +307,17 @@ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE.