Remove inline style.
git-svn-id: https://develop.svn.wordpress.org/trunk@1951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
852decd907
commit
dac83fa0a6
@ -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
Block a user