Make WordPress Core


Ignore:
Timestamp:
05/10/2006 08:35:10 PM (19 years ago)
Author:
matt
Message:

Lots of style and admin tweaks

File:
1 edited

Legend:

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

    r3759 r3770  
    116116<input type="hidden" name="order_by" value="<?php echo wp_specialchars($order_by, 1); ?>" />
    117117<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
    118 <table width="100%" cellpadding="3" cellspacing="3">
     118<table class="widefat">
    119119    <thead>
    120120    <tr>
    121         <th width="15%"><?php _e('Name') ?></th>
    122         <th><?php _e('URI') ?></th>
    123         <th><?php _e('Categories') ?></th>
     121        <th width="15%" style="text-align: left"><?php _e('Name') ?></th>
     122        <th style="text-align: left"><?php _e('URI') ?></th>
     123        <th style="text-align: left"><?php _e('Categories') ?></th>
    124124        <th><?php _e('rel') ?></th>
    125125        <th><?php _e('Visible') ?></th>
Note: See TracChangeset for help on using the changeset viewer.