drupal/core/modules/comment/comment.theme.css

13 lines
138 B
CSS

/**
* @file
* Basic styling for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 25px; /* LTR */
}