2012-03-11 12:23:00 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Basic styling for comment module.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Indent threaded comments.
|
|
|
|
*/
|
|
|
|
.indented {
|
|
|
|
margin-left: 25px; /* LTR */
|
|
|
|
}
|
2013-07-02 12:40:19 +00:00
|
|
|
[dir="rtl"] .indented {
|
2013-06-28 08:47:08 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|