IE padding problems.

git-svn-id: https://develop.svn.wordpress.org/trunk@1126 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-22 16:00:00 +00:00
parent a11a92fb15
commit e1e93c6f17
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ default:
if (!$error) { if (!$error) {
?> ?>
<form name="template" action="templates.php" method="post"> <form name="template" action="templates.php" method="post">
<textarea cols="80" rows="21" style="width:100%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea> <textarea cols="80" rows="21" style="width:98%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
<input type="hidden" name="action" value="update" /> <input type="hidden" name="action" value="update" />
<input type="hidden" name="file" value="<?php echo $file ?>" /> <input type="hidden" name="file" value="<?php echo $file ?>" />
<p class="submit"> <p class="submit">