/* $Id: comment.css,v 1.1.2.1 2010/05/14 23:47:43 dvessel Exp $ */

.comment-wrapper {
  margin-bottom: 3em;
}
.comment-wrapper .indented {
  margin: 0 0 0 24px; /* LTR */
}
.comment {
  margin-bottom: 1.5em;
}
.comment .user-picture {
  float: left; /* LTR */
  margin: 0 1em .5em 0; /* LTR */
}
.comment-unpublished {
  background-color: #fff4f4;
}
.preview .comment {
  background-color: #ffffea;
}
