diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/comment/comment.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/comment/comment.css Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,11 @@ +/* $Id: comment.css,v 1.4 2007/07/24 21:33:53 goba Exp $ */ + +.indented { + margin-left: 25px; /* LTR */ +} +.comment-unpublished { + background-color: #fff4f4; +} +.preview .comment { + background-color: #ffffea; +}