Skip to content
Permalink
Browse files
Fix a few CSS comments
  • Loading branch information
necolas committed Mar 30, 2015
1 parent 0c31dad commit ef2b006aad2d08e3f2a0f184093d01d9eb04bcb3
Showing 1 changed file with 5 additions and 4 deletions.
@@ -2,8 +2,8 @@

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/

html {
@@ -71,7 +71,7 @@ audio:not([controls]) {

/**
* 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],
@@ -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,

0 comments on commit ef2b006

Please sign in to comment.