Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css	(revision 61)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css	(working copy)
@@ -174,6 +174,11 @@
 	min-height: 2.4em;
 }
 
+/* Fix display of multi-line table cell content */
+.postcontent table td {
+	vertical-align: top;
+}
+
 /*- bbPress Specific Styles ----------*/
 
 body.bbPress #main ul#postlist li {
