mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994
git-svn-id: https://develop.svn.wordpress.org/trunk@14115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
026bdbc61c
commit
65f1f09e69
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user