Changeset 608

Show
Ignore:
Timestamp:
12/11/03 23:08:57 (5 years ago)
Author:
emc3
Message:

Fixed wonko IE display bug for categories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form.php

    r607 r608  
    143143if ($action != 'editcomment') { 
    144144?> 
    145 <fieldset style="clear: both"> 
     145<br /> 
     146<fieldset style="clear:both"> 
    146147<legend><a href="http://wordpress.org/docs/reference/post/#excerpt" title="Help with excerpts">Excerpt</a></legend> 
    147148<div><textarea rows="2" cols="40" name="excerpt" tabindex="4" id="excerpt"><?php echo $excerpt ?></textarea></div> 
  • trunk/wp-admin/wp-admin.css

    r607 r608  
    251251} 
    252252 
     253#postpassworddiv { 
     254    clear: both; 
     255} 
     256 
    253257#poststuff { 
    254258    margin-right: 11em;