Change niceblue class name to form-table. Props filosofo and mt. fixes #5973

git-svn-id: https://develop.svn.wordpress.org/trunk@7000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-24 04:33:10 +00:00
parent 303b08bd26
commit b23e1089bb
21 changed files with 34 additions and 34 deletions

View File

@@ -45,7 +45,7 @@ switch($step) {
<p><?php _e("Please provide the following information. Don't worry, you can always change these settings later."); ?></p>
<form id="setup" method="post" action="install.php?step=2">
<table class="niceblue">
<table class="form-table">
<tr>
<th scope="row"><?php _e('Blog Title'); ?></th>
<td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td>
@@ -91,7 +91,7 @@ switch($step) {
<p><?php printf(__('WordPress has been installed. Were you expecting more steps? Sorry to disappoint.'), ''); ?></p>
<table class="niceblue">
<table class="form-table">
<tr>
<th><?php _e('Username'); ?></th>
<td><code>admin</code></td>