indented.css
Basic styling for comment module.
File
-
core/
themes/ classy/ css/ components/ indented.css
View source
-
- /**
- * @file
- * Basic styling for comment module.
- */
-
- /**
- * Indent threaded comments.
- */
- .indented {
- margin-left: 25px; /* LTR */
- }
- [dir="rtl"] .indented {
- margin-right: 25px;
- margin-left: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.