comment.theme-rtl.css

RTL styles for comment module.

File

drupal/core/modules/comment/comment.theme-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL styles for comment module.
  4. */
  5. /**
  6. * Indent threaded comments.
  7. */
  8. .indented {
  9. margin-left: 0;
  10. margin-right: 25px;
  11. }