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