Skip to content

Commit

Permalink
MDL-26953 theme_nonzero: Quick fix to incorrect left position
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Oct 19, 2011
1 parent 0e6186f commit 0b6713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/nonzero/style/pagelayout.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ body {margin:auto 0px;width:auto;}
.blocks-moving.side-post-only #page-content #region-main-box #region-post-box #region-pre { .blocks-moving.side-post-only #page-content #region-main-box #region-post-box #region-pre {
float: right; float: right;
position: relative; position: relative;
left: [[setting:leftregionwidthmargin]]; left: [[setting:regionprewidth]];
width: [[setting:regionprewidth]]; width: [[setting:regionprewidth]];
} }


Expand Down

0 comments on commit 0b6713f

Please sign in to comment.