Closed (duplicate)
Project:
Deco
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2008 at 17:46 UTC
Updated:
20 Mar 2008 at 19:45 UTC
The CSS format for ".picture a" is too restrictive as the link is only created (outputted) if a user is logged in. If not logged in a blob entry by user who has a picture formats incorrectly and looks ugly.
The fix is simple change:
.picture a {
to
.picture {
This will ensure a border and float: right directives are always applied.
cheers
Comments
Comment #1
scoutbaker commentedThis appears to be a duplicate of #218661: IE6 Broken Profile Avatar Display in Nodes, possibly in FF 2.0.0.11 aswell.. I'm not marking it as such until this is verified.
Comment #2
scoutbaker commentedWe have a verification on the original issue that this is working. I'm marking this duplicate. The solution provided has already been copied to the original issue.
Thanks lurkerfilms.