Remove inline style.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
248016268b
commit
17e0672928
|
@ -91,7 +91,7 @@ window.onload = focusit;
|
|||
</fieldset>
|
||||
|
||||
<br />
|
||||
<fieldset style="clear:both">
|
||||
<fieldset id="postexcerpt">
|
||||
<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="<?php _e('Help with excerpts') ?>"><?php _e('Excerpt') ?></a></legend>
|
||||
<div><textarea rows="1" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div>
|
||||
</fieldset>
|
||||
|
|
|
@ -381,7 +381,7 @@ textarea, input, select {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
#metainfo, #postdiv {
|
||||
#metainfo, #postdiv, #postexcerpt {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue