mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user