Make WordPress Core

Changeset 3082


Ignore:
Timestamp:
11/14/2005 10:19:22 AM (18 years ago)
Author:
matt
Message:

Clear bottoms, fixes #1640

Location:
trunk/wp-admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r2987 r3082  
    114114        echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
    115115    }
    116     ?>
     116    ?>
     117<div class="clear"> &nbsp; </div>
    117118</div>
    118119<?php
  • trunk/wp-admin/templates.php

    r2987 r3082  
    134134    }
    135135    ?>
     136<div class="clear"> &nbsp; </div>
    136137</div>
    137138<div class="wrap">
  • trunk/wp-admin/theme-editor.php

    r2987 r3082  
    147147        echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
    148148    }
    149     ?>
     149    ?>
     150<div class="clear"> &nbsp; </div>
    150151</div>
    151152<?php
  • trunk/wp-admin/wp-admin.css

    r3077 r3082  
    222222}
    223223
     224.clear {
     225    clear: both;
     226    height: 2px;
     227}
     228
    224229.hidden {
    225230    display: none;
     
    461466
    462467#footer {
     468    clear: both;
    463469    text-align: center;
    464470}
Note: See TracChangeset for help on using the changeset viewer.