Index: wp-admin/includes/class-wp-themes-list-table.php
===================================================================
--- wp-admin/includes/class-wp-themes-list-table.php	(revision 20061)
+++ wp-admin/includes/class-wp-themes-list-table.php	(working copy)
@@ -168,10 +168,6 @@
 				<p><?php printf( __( 'All of this theme&#8217;s files are located in <code>%2$s</code>.' ),
 					$title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p>
 			<?php endif; ?>
-			<?php
-			if ( $theme->get('Tags') )
-				printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );
-			?>
 			</div>
 			<?php theme_update_available( $theme ); ?>
 			</div>
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 20061)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -4475,6 +4475,11 @@
 	height:auto;
 }
 
+h3#available-themes-header {
+	float: left;
+	margin-top: 0px;
+}
+
 .available-theme {
 	display: inline-block;
 	margin-bottom: 10px;
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 20061)
+++ wp-admin/themes.php	(working copy)
@@ -136,16 +136,12 @@
 		}
 	}
 	echo implode ( ' | ', $options );
-
-	if ( $ct->get('Tags') ) : ?>
-	<p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p>
-	<?php endif; ?>
+	?>
 </div>
 <?php theme_update_available($ct); ?>
 
 </div>
 
-<br class="clear" />
 <?php
 if ( ! current_user_can( 'switch_themes' ) ) {
 	echo '</div>';
@@ -154,7 +150,7 @@
 }
 ?>
 
-<h3><?php _e('Available Themes'); ?></h3>
+<h3 class="available-themes-header"><?php _e('Available Themes'); ?></h3>
 
 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?>
 
@@ -167,9 +163,7 @@
 	<a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a>
 </p>
 
-<br class="clear"/>
-
-<div id="filter-box" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>">
+<div id="filter-box" class="clear" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>">
 <?php $feature_list = get_theme_feature_list(); ?>
 	<div class="feature-filter">
 		<p class="install-help"><?php _e('Theme filters') ?></p>
