Issue title says it all. Check out the default code together with comments for eg from starterkit/css/layout-fixed.css:

.sidebar-first #content {
  margin-left: -960px; /* The width of .region-sidebar-first. */
  margin-right: 200px; /* Negative value of #content's width + left margin. */
}

Those comments don't mesh with the values do they?

Currently this would apply to both 6.x-2 and 7.x-3 branches. I'm guessing a patch would apply to both and should thus be built against 7.x branch?

Comments

JohnAlbin’s picture

Title: RTL stylesheet code comments appear to have been copied from LTR stylesheet unaltered » Comments in layout RTL stylesheets are incorrect
Version: 6.x-2.x-dev » 7.x-3.x-dev
Component: layout.css » Documentation
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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