From ef882ccd44f7ba0d36cedf7a95624fe5e37916ba Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 10 Jul 2013 06:04:28 +0000 Subject: [PATCH] Grammar fix in Twenty Thirteen CSS comment. props SergeyBiryukov, fixes #24690. git-svn-id: https://develop.svn.wordpress.org/trunk@24637 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index a824d12182..18db488635 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -625,7 +625,7 @@ input[type="reset"]:active { padding: 5px 24px 6px; } -/* Placeholder text color -- selectors need to be in separate to work. */ +/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder { color: #7d7b6d; }