Lots of style and admin tweaks

git-svn-id: http://svn.automattic.com/wordpress/trunk@3770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-05-10 20:35:10 +00:00
parent b344d54553
commit fdab6f4c1e
10 changed files with 98 additions and 80 deletions

View File

@@ -133,7 +133,7 @@ $posts_columns['control_delete'] = '';
?>
<table width="100%" cellpadding="3" cellspacing="3">
<table class="widefat">
<thead>
<tr>
@@ -185,7 +185,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
case 'comments':
?>
<td><a href="edit.php?p=<?php echo $id ?>&amp;c=1">
<td style="text-align: center"><a href="edit.php?p=<?php echo $id ?>&amp;c=1">
<?php comments_number(__('0'), __('1'), __('%')) ?>
</a></td>
<?php