Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947

git-svn-id: http://svn.automattic.com/wordpress/trunk@18382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-06-30 19:49:47 +00:00
parent a1beac9a44
commit 6fae1a231e
1 changed files with 1 additions and 0 deletions

View File

@ -2069,6 +2069,7 @@ a.comment-reply-link > span {
z-index: 1;
}
#respond textarea {
resize: vertical;
width: 95%;
}
#respond .comment-form-author .required,