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/options-writing.php

    r6846 r6850  
    1313<?php wp_nonce_field('update-options') ?>
    1414
    15 <table class="niceblue" width="100%">
     15<table class="niceblue">
    1616<tr valign="top">
    1717<th scope="row"> <?php _e('Size of the post box') ?></th>
     
    6161<p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p>
    6262
    63 <table class="niceblue" width="100%">
     63<table class="niceblue">
    6464<tr valign="top">
    6565<th scope="row"><?php _e('Mail Server') ?></th>
Note: See TracChangeset for help on using the changeset viewer.