Fix margin on Find Themes button

git-svn-id: https://develop.svn.wordpress.org/trunk@11497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-05-31 01:11:07 +00:00
parent 246a93b31b
commit c6ad66eb26
2 changed files with 1 additions and 2 deletions

View File

@ -119,7 +119,6 @@ body#theme-information {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
padding: 8px 12px 0; padding: 8px 12px 0;
margin-bottom: 10px;
} }
.feature-filter .feature-group { .feature-filter .feature-group {

View File

@ -218,7 +218,7 @@ function install_themes_dashboard() {
</div> </div>
<br class="clear" /> <br class="clear" />
<input type="submit" name="search" value="<?php esc_attr_e('Find Themes'); ?>" class="button" /> <p><input type="submit" name="search" value="<?php esc_attr_e('Find Themes'); ?>" class="button" /></p>
</form> </form>
<?php <?php
} }