? sites/drupalhead
Index: modules/comment/comment.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.css,v
retrieving revision 1.1
diff -U3 -r1.1 comment.css
--- modules/comment/comment.css	15 Oct 2006 19:57:06 -0000	1.1
+++ modules/comment/comment.css	3 Mar 2007 21:43:22 -0000
@@ -1,3 +1,9 @@
 .indented {
   margin-left: 25px;
 }
+.comment-unpublished {
+  background-color: #fff4f4;
+}
+.preview .comment {
+  background-color: #ffffea;
+}
Index: modules/node/node.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.css,v
retrieving revision 1.2
diff -U3 -r1.2 node.css
--- modules/node/node.css	5 Sep 2006 03:50:56 -0000	1.2
+++ modules/node/node.css	3 Mar 2007 21:43:22 -0000
@@ -1,9 +1,9 @@
 /* $Id: node.css,v 1.2 2006/09/05 03:50:56 unconed Exp $ */
 
-.node-unpublished, .comment-unpublished {
+.node-unpublished {
   background-color: #fff4f4;
 }
-.preview .node, .preview .comment {
+.preview .node {
   background-color: #ffffea;
 }
 #node-admin-filter ul {
