- Patch #1216976 by cosmicdreams, DyanneNova, aspilicious, rupl, Jacine, mortendk, dcmouyard: clean up the CSS for Comment module.

8.0.x
Dries 2012-03-11 08:23:00 -04:00
parent d5358b234d
commit 5bbf6609b5
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/**
* @file
* RTL styles for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 0;
margin-right: 25px;
}

View File

@ -0,0 +1,12 @@
/**
* @file
* Basic styling for comment module.
*/
/**
* Indent threaded comments.
*/
.indented {
margin-left: 25px; /* LTR */
}