Do not put an overline for submit buttons at the top (TODO: figure out our style for options pages)

git-svn-id: https://develop.svn.wordpress.org/trunk@9320 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-10-24 10:45:58 +00:00
parent 8f702da770
commit f495ff86bf
10 changed files with 18 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ else
<?php wp_nonce_field('update-permalink') ?>
<p class="submit">
<p class="submit submit-top">
<input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
</p>