Active
Project:
Relax
Version:
5.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2008 at 02:57 UTC
Updated:
9 Feb 2008 at 20:33 UTC
Currently, the users avatar is at ytop, followed by the post title and the post time, poster etc.
This looks strange.
How can I have FIRST the title, then the avatar on the right side, similar to garland.
Comments
Comment #1
WillSWC commentedPartially Fixed it with the following
.picture, .comment .submitted {
float: right;
clear: right;
padding-left: 1em;
}
Still far from perfect though.
Comment #2
rally commentedThanks.