Make WordPress Core


Ignore:
Timestamp:
03/14/2008 11:58:31 PM (17 years ago)
Author:
ryan
Message:

Reduce dependency on inline style. Props mdawaffe. fixes #6228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-import.php

    r6943 r7304  
    3030<input type="hidden" name="step" value="1" />
    3131<input type="hidden" name="MAX_FILE_SIZE" value="30000" />
    32 <div style="width: 48%; float: left;">
     32<div style="width: 48%;" class="alignleft">
    3333<h3><?php _e('Specify an OPML URL:'); ?></h3>
    3434<input type="text" name="opml_url" size="50" style="width: 90%;" value="http://" />
    3535</div>
    3636
    37 <div style="width: 48%; float: left;">
     37<div style="width: 48%;" class="alignleft">
    3838<h3><?php _e('Or choose from your local disk:'); ?></h3>
    3939<input id="userfile" name="userfile" type="file" size="30" />
Note: See TracChangeset for help on using the changeset viewer.