Fix a few CSS comments

This commit is contained in:
Nicolas Gallagher 2015-03-30 14:14:46 -07:00
parent 0c31dada51
commit ef2b006aad

9
normalize.css vendored
View File

@ -2,8 +2,8 @@
/** /**
* 1. Set default font family to sans-serif. * 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling * 2. Prevent iOS and IE text size adjust after device orientation change,
* user zoom. * without disabling user zoom.
*/ */
html { html {
@ -71,7 +71,7 @@ audio:not([controls]) {
/** /**
* Address `[hidden]` styling not present in IE 8/9/10. * Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/ */
[hidden], [hidden],
@ -91,7 +91,8 @@ a {
} }
/** /**
* Improve readability when focused and also mouse hovered in all browsers. * Improve readability of focused elements when they are also in an
* active/hover state.
*/ */
a:active, a:active,