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:
parent
57da20afcf
commit
f83920e9fd
|
@ -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