=== modified file 'styles/styles.css'
--- styles/styles.css	2010-10-09 13:09:04 +0000
+++ styles/styles.css	2010-10-09 14:05:53 +0000
@@ -1003,6 +1003,21 @@
 /**
  * Comments
  */
+.node-type-project-issue .comment-inner {
+  margin-left: 60px;
+}
+
+.node-type-project-issue #content h3.comment-title {
+  float: left;
+  font-size: 1.3846em;
+  font-weight: bold;
+  margin-left: -60px;
+}
+
+.node-type-project-issue .comment .submitted {
+  padding-top: 1.5em;
+}
+
 .comment .new {
   background-color: #E6FCB6;
   padding: 1px 6px 2px;

