13 lines
138 B
CSS
13 lines
138 B
CSS
|
|
||
|
/**
|
||
|
* @file
|
||
|
* Basic styling for comment module.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Indent threaded comments.
|
||
|
*/
|
||
|
.indented {
|
||
|
margin-left: 25px; /* LTR */
|
||
|
}
|