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
This commit is contained in:
Andrew Nacin 2013-07-10 06:04:28 +00:00
parent 90511e935b
commit ef882ccd44
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;
}