Files
drupal-theme-aaron/css/components/indented.css
2026-01-21 22:28:11 -06:00

16 lines
203 B
CSS

/**
* @file
* Basic styling for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 25px; /* LTR */
}
[dir="rtl"] .indented {
margin-right: 25px;
margin-left: 0;
}