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

14 lines
144 B
CSS

/**
* @file
* RTL styles for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 0;
margin-right: 25px;
}