Update documentation and CHANGELOG.md

This commit is contained in:
Jonathan Neal 2016-02-03 11:59:20 -05:00
parent 6fe149b301
commit 65e14b8614
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
* Remove color inheritance from form controls.
* Address inconsistent styling of abbr[title].
* Correct inheritance and scaling of font-size for preformatted text.
* Replace focus style removed in the border reset in Firefox 4+.
=== 3.0.3 (March 30, 2015)

4
normalize.css vendored
View File

@ -326,7 +326,7 @@ input::-moz-focus-inner {
}
/**
* Replace focus style removed in the border reset above
* Restore focus style in Firefox 4+ (unset by a rule above)
*/
button:-moz-focusring,
@ -416,7 +416,7 @@ textarea {
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* Restore font weight (unset by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/