Closed (fixed)
Project:
Airy Blue
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Mar 2010 at 10:58 UTC
Updated:
17 Apr 2010 at 06:20 UTC
Making the upgrade I noticed that the comment for margin-right in layout.css doesn't match it's calculated value. Not sure if the comment or the value is wrong?
#content,
.no-sidebars #content
{
float: left; /* LTR */
width: 940px;
margin-left: 0; /* LTR */
margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}
Comments
Comment #1
geerlingguy commentedOops! Sorry about that - I'll try to make sure I get that fixed in 1.8.
Comment #2
geerlingguy commentedFixed in CVS... coming soon to a 1.8 version near you!