Closed (fixed)
Project:
Framework
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Feb 2008 at 17:05 UTC
Updated:
29 Feb 2008 at 23:45 UTC
The right block does not align with the middle block but instead it is underneath (and to the right) of the middle block. Any ideas?
Comments
Comment #1
andregriffin commentedWill be fixed in 1.4.
this is the fix:
body.sidebar-right #center {
border-right:1px solid #E9EFF3;
float:left;
padding-right:10px;
width:802px
}
Comment #2
andregriffin commented