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

git-svn-id: https://develop.svn.wordpress.org/trunk@8309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-07-10 16:59:17 +00:00
parent bea854ed2e
commit ece52f214b
3 changed files with 30 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ switch($step) {
<td colspan="2"><label><input type="checkbox" name="blog_public" value="1" checked="checked" /> <?php _e('Allow my blog to appear in search engines like Google and Technorati.'); ?></label></td>
</tr>
</table>
<input type="submit" name="Submit" value="<?php _e('Install WordPress'); ?>" class="button" />
<p class="step"><input type="submit" name="Submit" value="<?php _e('Install WordPress'); ?>" class="button" /></p>
</form>
<?php
@@ -98,7 +98,7 @@ switch($step) {
</tr>
</table>
<p><a href="../wp-login.php" class="button"><?php _e('Log In'); ?></a>
<p class="step"><a href="../wp-login.php" class="button"><?php _e('Log In'); ?></a></p>
<?php
break;