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)
@@ -23,7 +23,7 @@
 }
 
 li.type-handbook code {
-    background: #eee;
+	background: #eee;
 	text-shadow: 0 1px 0 #fff;
 	padding: 4px 6px;
 	-webkit-border-radius: 5px;
@@ -31,10 +31,11 @@
 }
 
 .handbook-page-title {
-    font-size: 2em;
-    padding-bottom: 4px;
-    color: #777;
+	font-size: 2em;
+	padding-bottom: 4px;
+	color: #777;
 }
+
 li.type-handbook h2 {
 	font-size: 24px;
 	border-bottom: 1px solid #ddd;
@@ -83,18 +84,18 @@
 }
 
 html body {
-	line-height:normal;
-	background:white;
+	line-height: normal;
+	background: white;
 }
 
 html #wporg-header {
-	width:auto;
-	min-height:0;
+	width: auto;
+	min-height: 0;
 }
 
 #wporg-header h1 {
-	display:inline;
-	padding:0;
+	display: inline;
+	padding: 0;
 }
 
 #header2 {
@@ -108,7 +109,7 @@
 }
 
 .single #main .controls {
-	position:relative;
+	position: relative;
 }
 
 html #wrapper {
@@ -115,38 +116,38 @@
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
-	background:white;
+	background: white;
 }
 
 html #wporg-footer {
-	width:952px;
+	width: 952px;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
-	margin:0 auto 20px;
-	border:0;
-	padding-bottom:20px;
+	margin: 0 auto 20px;
+	border: 0;
+	padding-bottom: 20px;
 }
 
 html #wporg-footer p {
-	float:none;
-	font-size:12px;
+	float: none;
+	font-size: 12px;
 }
 
 li a:hover {
-	border:0;
+	border: 0;
 }
 
 html .alt {
-	background:transparent;
+	background: transparent;
 }
 
 html h4 {
-	border:0;
+	border: 0;
 }
 
 #searchsubmit {
-	padding:0 !important;
+	padding: 0 !important;
 }
 
 /* To account for modifications to the "Post it" button on open access P2s */
@@ -162,9 +163,11 @@
 #main h4 {
 	position: static;
 }
+
 #main ul#postlist li {
 	position: relative;
 }
+
 #main span.meta span.actions {
 	top: 6px;
 }
@@ -174,8 +177,12 @@
 	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 {
 	border-top-style: none;
 	border-top-width: 0;
