summaryrefslogtreecommitdiffstatshomepage
path: root/modules/comment/comment.css
blob: a55f527c8ad34dbd64c4a5d5c37cd8b7dc047a5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

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