Skip to content

Commit

Permalink
Minor comment cleanup.
Browse files Browse the repository at this point in the history
Fix #50
Close #58
  • Loading branch information
necolas committed Nov 4, 2011
1 parent e9e2874 commit 77e9ef4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions normalize.css
@@ -1,4 +1,4 @@
/*! normalize.css 2011-11-04T15:27 UTC - http://github.com/necolas/normalize.css */
/*! normalize.css 2011-11-04T15:36 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
HTML5 display definitions
Expand Down Expand Up @@ -135,7 +135,7 @@ abbr[title] {
}

/*
* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
Expand Down Expand Up @@ -325,7 +325,7 @@ legend {

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/

Expand All @@ -351,7 +351,7 @@ input {
/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/

Expand All @@ -366,7 +366,7 @@ input[type="submit"] {

/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Addresses excess padding in IE8/9
* 2. Removes excess padding in IE8/9
*/

input[type="checkbox"],
Expand All @@ -377,7 +377,7 @@ input[type="radio"] {

/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/

input[type="search"] {
Expand All @@ -388,15 +388,15 @@ input[type="search"] {
}

/*
* Corrects inner padding displayed oddly in S5, Chrome on OSX
* Removes inner padding that is displayed in S5, Chrome on OS X
*/

input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/*
* Corrects inner padding and border displayed oddly in FF3/4
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

Expand Down

0 comments on commit 77e9ef4

Please sign in to comment.