Index: themes/bartik/css/colors.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/colors.css,v
retrieving revision 1.7
diff -u -p -r1.7 colors.css
--- themes/bartik/css/colors.css	5 Oct 2010 01:48:11 -0000	1.7
+++ themes/bartik/css/colors.css	15 Nov 2010 04:56:11 -0000
@@ -12,6 +12,10 @@ body.overlay {
   background-color: #ffffff;
   color: #3b3b3b;
 }
+.comment .comment-arrow {
+  border-right: 1px solid #ffffff;
+  border-left: 1px solid #ffffff;
+}
 #main-menu-links li a.active,
 #main-menu-links li.active-trail a {
   background: #ffffff;
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.32
diff -u -p -r1.32 style.css
--- themes/bartik/css/style.css	14 Nov 2010 20:48:38 -0000	1.32
+++ themes/bartik/css/style.css	15 Nov 2010 04:56:12 -0000
@@ -602,6 +602,14 @@ ul.links {
   color: #68696b;
   font-size: 0.821em;
 }
+.node-unpublished {
+  margin: -20px -15px 0;
+  padding: 20px 15px 0;
+}
+.node-unpublished .comment-text .comment-arrow {
+  border-left: 1px solid #fff4f4;
+  border-right: 1px solid #fff4f4;
+}
 
 /* ----------------- Comments ----------------- */
 
@@ -645,7 +653,7 @@ ul.links {
   background: url(../images/comment-arrow.png); /* LTR */
   height: 40px;
   width: 20px;
-  margin-left: -45px; /* LTR */
+  margin-left: -47px; /* LTR */
   margin-top: 10px;
   position: absolute;
 }
@@ -663,6 +671,14 @@ ul.links {
 .comment ul.links li {
   padding: 0 0.5em 0 0; /* LTR */
 }
+.comment-unpublished {
+  margin: -10px -10px 12px;
+  padding: 10px;
+}
+.comment-unpublished .comment-text .comment-arrow {
+  border-left: 1px solid #fff4f4;
+  border-right: 1px solid #fff4f4;
+}
 
 /* ------------------ Sidebar ----------------- */
 .sidebar .section {
Index: themes/bartik/images/comment-arrow-rtl.png
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/images/comment-arrow-rtl.png,v
retrieving revision 1.2
diff -u -p -r1.2 comment-arrow-rtl.png
Binary files /tmp/cvsv8k7M9 and comment-arrow-rtl.png differ
Index: themes/bartik/images/comment-arrow.png
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/images/comment-arrow.png,v
retrieving revision 1.2
diff -u -p -r1.2 comment-arrow.png
Binary files /tmp/cvsEvXPVL and comment-arrow.png differ
