Skip to content

Commit

Permalink
Correct code format and update timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Mar 9, 2012
1 parent f9572a4 commit 79e2c16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions normalize.css
@@ -1,4 +1,4 @@
/*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */
/*! normalize.css 2012-03-09T19:40 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
HTML5 display definitions
Expand Down Expand Up @@ -472,9 +472,8 @@ input[type="search"]::-webkit-search-cancel-button {
* Addresses placeholder color unset in Firefox
*/

:-moz-placeholder
{
color: #A9A9A9;
:-moz-placeholder {
color: #a9a9a9;
}

/*
Expand Down

0 comments on commit 79e2c16

Please sign in to comment.