Fix indentation and update timestamp

Correct the indentation for the WebKit placeholder focus rule and move
the placeholder rules to the bottom of the forms normalization.

Update the timestamp.
This commit is contained in:
Nicolas Gallagher 2012-03-09 22:11:47 +00:00
parent 2691e7ab14
commit 567af2e7d6

34
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2012-03-09T19:40 UTC - http://github.com/necolas/normalize.css */
/*! normalize.css 2012-03-09T22:11 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
@ -468,22 +468,6 @@ input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*
* Addresses placeholder color unset in Firefox
*/
:-moz-placeholder {
color: #a9a9a9;
}
/*
* Addresses placeholder text remaining visible on focus in Chrome
*/
:focus::-webkit-input-placeholder {
color: transparent;
}
/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
@ -505,6 +489,22 @@ textarea {
vertical-align: top; /* 2 */
}
/*
* Addresses placeholder color unset in Firefox
*/
:-moz-placeholder {
color: #a9a9a9;
}
/*
* Addresses placeholder text remaining visible on focus in Chrome
*/
:focus::-webkit-input-placeholder {
color: transparent;
}
/* =============================================================================
Tables