I need some way to tell dreamwidth that particular userpics should be reversed if displayed in a style that shows the userpic on the right - as a general rule faces should point towards the text.
You can add arbitrary CSS to your journal layout! This is the tab where you can do so. I think the CSS you want is something like: .userpic img {-webkit-transform: scaleX(-1); transform: scaleX(-1);} I haven't tested that, but it'll be something along those lines.
no subject
.userpic img {-webkit-transform: scaleX(-1);
transform: scaleX(-1);}
I haven't tested that, but it'll be something along those lines.
(no subject)
(no subject)
no subject