Version 1
[yaffs-website] / web / core / themes / classy / css / components / indented.css
1
2 /**
3  * @file
4  * Basic styling for comment module.
5  */
6
7 /**
8  * Indent threaded comments.
9  */
10 .indented {
11   margin-left: 25px; /* LTR */
12 }
13 [dir="rtl"] .indented {
14   margin-left: 0;
15   margin-right: 25px;
16 }