Fixed wonko IE display bug for categories

git-svn-id: https://develop.svn.wordpress.org/trunk@608 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2003-12-11 23:08:57 +00:00
parent 33a7e6d4d4
commit 3407cd878e
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;
}