Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994

git-svn-id: http://svn.automattic.com/wordpress/trunk@14115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-16 19:07:00 +00:00
parent 045c407a3c
commit e01a4333cd
1 changed files with 2 additions and 2 deletions

View File

@ -1010,11 +1010,11 @@ h3#reply-title {
font-size: 12px;
}
#respond input {
margin:0 0 9px 0;
margin:0 0 9px;
width:98%;
}
#respond textarea {
width:99%;
width:98%;
}
#respond dt,
#respond dd {