Make WordPress Core


Ignore:
Timestamp:
07/10/2008 04:59:17 PM (18 years ago)
Author:
ryan
Message:

Fix font sizes in the install/upgrade screens. Props azaozz. fixes #7276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r8238 r8309  
    6363<p>In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;</p>
    6464
    65 <p><a href="setup-config.php?step=1" class="button">Let&#8217;s go!</a></p>
     65<p class="step"><a href="setup-config.php?step=1" class="button">Let&#8217;s go!</a></p>
    6666<?php
    6767    break;
     
    9999        </tr>
    100100    </table>
    101     <h2 class="step">
    102     <input name="submit" type="submit" value="Submit" class="button" />
    103     </h2>
     101    <p class="step"><input name="submit" type="submit" value="Submit" class="button" /></p>
    104102</form>
    105103<?php
     
    155153<p>All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;</p>
    156154
    157 <p><a href="install.php" class="button">Run the install</a></p>
     155<p class="step"><a href="install.php" class="button">Run the install</a></p>
    158156<?php
    159157    break;
Note: See TracChangeset for help on using the changeset viewer.