Make WordPress Core


Ignore:
Timestamp:
03/15/2008 06:14:03 AM (18 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r7304 r7307  
    158158    <thead>
    159159    <tr>
    160         <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
     160    <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
    161161        <th scope="col"><?php _e('Name') ?></th>
    162         <th scope="col" style="width: 90px"><?php _e('Posts') ?></th>
     162        <th scope="col" class="num" style="width: 90px"><?php _e('Posts') ?></th>
    163163    </tr>
    164164    </thead>
Note: See TracChangeset for help on using the changeset viewer.