Skip to content
Snippets Groups Projects
Commit 5bbf6609 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1216976 by cosmicdreams, DyanneNova, aspilicious, rupl, Jacine,...

- Patch #1216976 by cosmicdreams, DyanneNova, aspilicious, rupl, Jacine, mortendk, dcmouyard: clean up the CSS for Comment module.
parent d5358b23
No related branches found
No related tags found
No related merge requests found
/**
* @file
* RTL styles for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 0;
margin-right: 25px;
}
/**
* @file
* Basic styling for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 25px; /* LTR */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment