Grammar fix in Twenty Thirteen CSS comment. props SergeyBiryukov, fixes #24690.

git-svn-id: http://core.svn.wordpress.org/trunk@24637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-07-10 06:04:28 +00:00
parent abc060a6c3
commit 33c7a89f91
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}