Style fixes from mt. fixes #6124

git-svn-id: https://develop.svn.wordpress.org/trunk@7194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-10 05:37:13 +00:00
parent 882fa08d42
commit b17535c4bf
6 changed files with 15 additions and 13 deletions

View File

@@ -291,8 +291,6 @@ unset($role_links);
<input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
</p>
<br style="clear:both;" />
<div class="tablenav">
<?php if ( $wp_user_search->results_are_paged() ) : ?>
@@ -355,8 +353,6 @@ foreach ( $wp_user_search->get_results() as $userid ) {
</tbody>
</table>
<br style="clear:both;" />
<div class="tablenav">
<?php if ( $wp_user_search->results_are_paged() ) : ?>