Remove inline style.

git-svn-id: https://develop.svn.wordpress.org/trunk@1951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-14 09:05:44 +00:00
parent 852decd907
commit dac83fa0a6
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -381,7 +381,7 @@ textarea, input, select {
padding: 3px;
}
#metainfo, #postdiv {
#metainfo, #postdiv, #postexcerpt {
clear: both;
}