Fixed wonko IE display bug for categories

git-svn-id: http://svn.automattic.com/wordpress/trunk@608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2003-12-11 23:08:57 +00:00
parent 57da20afcf
commit f83920e9fd
2 changed files with 6 additions and 1 deletions

View File

@ -142,7 +142,8 @@ window.onload = focusit;
<?php
if ($action != 'editcomment') {
?>
<fieldset style="clear: both">
<br />
<fieldset style="clear:both">
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend>
<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
</fieldset>

View File

@ -250,6 +250,10 @@ textarea, input, select {
width: 6.5em;
}
#postpassworddiv {
clear: both;
}
#poststuff {
margin-right: 11em;
}