10 lines
151 B
CSS
10 lines
151 B
CSS
|
|
.indented {
|
|
margin-left: 25px; /* LTR */
|
|
}
|
|
.comment-unpublished {
|
|
background-color: #fff4f4;
|
|
}
|
|
.preview .comment {
|
|
background-color: #ffffea;
|
|
}
|