From e01a4333cd0368178433d629ecf577df5101fc78 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 16 Apr 2010 19:07:00 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 27af8dc76..31603f81b 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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 {