mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2024-11-14 12:13:26 +00:00
13 lines
184 B
CSS
13 lines
184 B
CSS
|
|
#comments {
|
|
margin-top: 15px;
|
|
}
|
|
.indented {
|
|
margin-left: 25px; /* LTR */
|
|
}
|
|
.comment-unpublished {
|
|
background-color: #fff4f4;
|
|
}
|
|
.comment-preview {
|
|
background-color: #ffffea;
|
|
}
|