Make WordPress Core


Ignore:
Timestamp:
03/14/2008 11:58:31 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r7169 r7304  
    8080<tr>
    8181<td><input type='button' class="button" value='<?php _e('No'); ?>' onclick="self.location='<?php echo get_option('siteurl'); ?>/wp-admin/edit-comments.php';" /></td>
    82 <td style="text-align: right;"><input type='submit' class="button" value='<?php echo $button; ?>' /></td>
     82<td class="textright"><input type='submit' class="button" value='<?php echo $button; ?>' /></td>
    8383</tr>
    8484</table>
Note: See TracChangeset for help on using the changeset viewer.