14 lines
144 B
CSS
14 lines
144 B
CSS
|
|
||
|
/**
|
||
|
* @file
|
||
|
* RTL styles for comment module.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Indent threaded comments.
|
||
|
*/
|
||
|
.indented {
|
||
|
margin-left: 0;
|
||
|
margin-right: 25px;
|
||
|
}
|