Skip to content

Commit

Permalink
Update normalize to 7.0.0
Browse files Browse the repository at this point in the history
This mostly reverts the changes made in the last release as the
5.0.0->6.0.0 release in normalize was reverted by 7.0.0

The font family change was lost in that revert though so its reinstated
here.
  • Loading branch information
simonsmith committed Sep 25, 2017
1 parent fad75de commit 483006e
Show file tree
Hide file tree
Showing 3 changed files with 3,702 additions and 37 deletions.
37 changes: 1 addition & 36 deletions lib/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers
* 2. Change the default font family in all browsers (opinionated)
*/

html {
Expand All @@ -24,7 +24,6 @@ html {
* Removes the default spacing and border for appropriate elements.
*/

body,
blockquote,
dl,
dd,
Expand Down Expand Up @@ -82,37 +81,3 @@ ul {
[tabindex="-1"]:focus {
outline: none !important;
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers.
*/

a:active,
a:hover {
outline-width: 0;
}

/**
* Change the font styles in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
}

/**
* Change the border, margin, and padding in all browsers.
*/

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
Loading

0 comments on commit 483006e

Please sign in to comment.