comment.theme.css

Basic styling for comment module.

File

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