Changeset 6937
- Timestamp:
- 02/20/08 10:02:12 (9 months ago)
- Files:
-
- trunk/wp-admin/css/global.css (modified) (1 diff)
- trunk/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/css/global.css
r6936 r6937 76 76 .widefat .check-column { 77 77 text-align: center; 78 vertical-align: text-top; 78 79 width: 3%; 79 80 } trunk/wp-admin/edit-tags.php
r6936 r6937 159 159 <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th> 160 160 <th scope="col"><?php _e('Name') ?></th> 161 <th scope="col" width="90" style="text-align: center"><?php _e('Posts') ?></th>161 <th scope="col" style="width: 90px"><?php _e('Posts') ?></th> 162 162 </tr> 163 163 </thead>
