Hi,
in the comment.module file the function:
theme_comment_thread_expanded($comment)
has hardcoded:
style="margin-left"
so, for instance, every RTL theme would have to override this function.
I think styling should be left outside the code & left for the CSS to handle.
attached the easy solution for overriding the function.
| Comment | File | Size | Author |
|---|---|---|---|
| comment_thread_collapsed.tpl.php.txt | 124 bytes | mtk |
Comments
Comment #1
killes@www.drop.org commentedWe try to avoid breaking people's themes during the release cycle, moving to CVS.
Comment #2
ax commentedfor the reasons mentioned in the issue, this is a bug. marking so.
Comment #3
magico commentedThis hard coded CSS no longer exists on HEAD.
Comment #4
(not verified) commented