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/categories.php

    r3759 r3770  
    131131    <h2><?php _e('Categories') ?> </h2>
    132132<?php endif; ?>
    133 <table width="100%" cellpadding="3" cellspacing="3">
     133<table class="widefat">
    134134    <thead>
    135135    <tr>
    136136        <th scope="col"><?php _e('ID') ?></th>
    137         <th scope="col"><?php _e('Name') ?></th>
    138         <th scope="col"><?php _e('Description') ?></th>
     137        <th scope="col" style="text-align: left"><?php _e('Name') ?></th>
     138        <th scope="col" style="text-align: left"><?php _e('Description') ?></th>
    139139        <th scope="col" width="90"><?php _e('Posts') ?></th>
    140140        <th scope="col" width="90"><?php _e('Bookmarks') ?></th>
Note: See TracChangeset for help on using the changeset viewer.