Skip to content

Commit c6ad66e

Browse files
committed
Fix margin on Find Themes button
git-svn-id: https://develop.svn.wordpress.org/trunk@11497 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 246a93b commit c6ad66e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

wp-admin/css/theme-install.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ body#theme-information {
119119
border-width: 1px;
120120
border-style: solid;
121121
padding: 8px 12px 0;
122-
margin-bottom: 10px;
123122
}
124123

125124
.feature-filter .feature-group {

wp-admin/includes/theme-install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function install_themes_dashboard() {
218218

219219
</div>
220220
<br class="clear" />
221-
<input type="submit" name="search" value="<?php esc_attr_e('Find Themes'); ?>" class="button" />
221+
<p><input type="submit" name="search" value="<?php esc_attr_e('Find Themes'); ?>" class="button" /></p>
222222
</form>
223223
<?php
224224
}

0 commit comments

Comments
 (0)