From 567af2e7d68d2bebb6428748190fd7dc5e6a4e51 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 9 Mar 2012 22:11:47 +0000 Subject: [PATCH] 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. --- normalize.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/normalize.css b/normalize.css index 0ecc517..05fd5ad 100644 --- a/normalize.css +++ b/normalize.css @@ -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