Remove unnecessary CSS

This commit is contained in:
Ben Word
2012-07-15 01:59:07 -05:00
parent 109c6d1105
commit 9316f2687a
3 changed files with 8 additions and 24 deletions

View File

@@ -90,7 +90,7 @@
<?php } ?>
<label for="comment"><?php _e('Comment', 'roots'); ?></label>
<textarea name="comment" id="comment" class="input-xlarge" tabindex="4"></textarea>
<input name="submit" class="btn btn-primary" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'roots'); ?>">
<p><input name="submit" class="btn btn-primary" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment', 'roots'); ?>"></p>
<?php comment_id_fields(); ?>
<?php do_action('comment_form', $post->ID); ?>
</form>