Make WordPress Core


Ignore:
Timestamp:
02/14/2008 03:33:56 PM (18 years ago)
Author:
ryan
Message:

Move table width to CSS. Props hansengel. see 5851

File:
1 edited

Legend:

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

    r6845 r6850  
    2424<input type="hidden" name="tag_ID" value="<?php echo $tag->term_id ?>" />
    2525<?php wp_nonce_field($nonce_action); ?>
    26     <table class="niceblue" width="100%">
     26    <table class="niceblue">
    2727        <tr class="form-field form-required">
    2828            <th scope="row" valign="top"><label for="name"><?php _e('Tag name:') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.