Remove inline style.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-12-14 09:05:44 +00:00
parent 248016268b
commit 17e0672928
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;
}