Chris@0: Chris@0: /** Chris@0: * @file Chris@0: * Basic styling for comment module. Chris@0: */ Chris@0: Chris@0: /** Chris@0: * Indent threaded comments. Chris@0: */ Chris@0: .indented { Chris@0: margin-left: 25px; /* LTR */ Chris@0: } Chris@0: [dir="rtl"] .indented { Chris@18: margin-right: 25px; Chris@0: margin-left: 0; Chris@0: }