drupal/modules/comment/comment.css

15 lines
196 B
CSS

/* $Id$ */
#comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
.comment-unpublished {
background-color: #fff4f4;
}
.preview .comment {
background-color: #ffffea;
}