Index: wp-admin/images/sort_desc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: wp-admin/images/sort_asc.gif
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 17090)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -1376,15 +1376,28 @@
 
 .sorting-indicator {
 	display: none;
-	width: 21px;
+	width: 7px;
 	height: 4px;
 	margin-top: 5px;
+	margin-left: 7px;
 }
+.fixed .column-comments .sorting-indicator {
+	margin-top: 3px;
+}
+.widefat th.sortable,
+.widefat th.sorted {
+	padding: 0;
+}
 th.sortable a,
 th.sorted a {
 	display: block;
 	overflow: hidden;
+	padding: 7px 7px 8px;
 }
+.fixed .column-comments.sortable a,
+.fixed .column-comments.sorted a {
+	padding: 8px 0;
+}
 th.sortable a span,
 th.sorted a span {
 	float: left;
