Skip to content

Commit 567af2e

Browse files
committed
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.
1 parent 2691e7a commit 567af2e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

normalize.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2012-03-09T19:40 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2012-03-09T22:11 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -468,22 +468,6 @@ input[type="search"]::-webkit-search-cancel-button {
468468
-webkit-appearance: none;
469469
}
470470

471-
/*
472-
* Addresses placeholder color unset in Firefox
473-
*/
474-
475-
:-moz-placeholder {
476-
color: #a9a9a9;
477-
}
478-
479-
/*
480-
* Addresses placeholder text remaining visible on focus in Chrome
481-
*/
482-
483-
:focus::-webkit-input-placeholder {
484-
color: transparent;
485-
}
486-
487471
/*
488472
* Removes inner padding and border in FF3+
489473
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
@@ -505,6 +489,22 @@ textarea {
505489
vertical-align: top; /* 2 */
506490
}
507491

492+
/*
493+
* Addresses placeholder color unset in Firefox
494+
*/
495+
496+
:-moz-placeholder {
497+
color: #a9a9a9;
498+
}
499+
500+
/*
501+
* Addresses placeholder text remaining visible on focus in Chrome
502+
*/
503+
504+
:focus::-webkit-input-placeholder {
505+
color: transparent;
506+
}
507+
508508

509509
/* =============================================================================
510510
Tables

0 commit comments

Comments
 (0)