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

geerlingguy’s picture

Assigned: Unassigned » geerlingguy

Oops! Sorry about that - I'll try to make sure I get that fixed in 1.8.

geerlingguy’s picture

Status: Active » Fixed

Fixed in CVS... coming soon to a 1.8 version near you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.