Same filename and directory in other branches
  1. 6.x modules/comment/comment.css
  2. 7.x modules/comment/comment.css
.indented {
  margin-left: 25px;
}
.comment-unpublished {
  background-color: #fff4f4;
}
.preview .comment {
  background-color: #ffffea;
}

File

modules/comment/comment.css
View source
  1. .indented {
  2. margin-left: 25px;
  3. }
  4. .comment-unpublished {
  5. background-color: #fff4f4;
  6. }
  7. .preview .comment {
  8. background-color: #ffffea;
  9. }