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:
parent
33a7e6d4d4
commit
3407cd878e
@ -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>
|
||||
|
@ -250,6 +250,10 @@ textarea, input, select {
|
||||
width: 6.5em;
|
||||
}
|
||||
|
||||
#postpassworddiv {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#poststuff {
|
||||
margin-right: 11em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user