mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-26 06:04:31 +00:00
Remove inline style.
git-svn-id: https://develop.svn.wordpress.org/trunk@1951 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user