Skip to content

Commit

Permalink
Fix of nonzero dock issue, MDL-23702
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabinger committed Aug 7, 2010
1 parent 3e5f4b8 commit 9d34160
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/nonzero/style/pagelayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ body {margin:auto 0px;width:auto;}

.side-post-only #page-content #region-main-box {
margin-left: 0px;

}

.side-post-only #page-content #region-main-box #region-post-box {
Expand All @@ -103,11 +104,12 @@ body {margin:auto 0px;width:auto;}

.side-post-only #page-content #region-main-box #region-post-box #region-main-wrap #region-main {
margin-left: [[setting:regionpostwidth]];

}

.side-post-only #page-content #region-main-box #region-post-box #region-post {
left: [[setting:regionpostwidth]];
width: [[setting:regionpostwidth]];
left: [[setting:regionsumwidth]];
width: [[setting:regionpostwidth]];
}

.has_dock.side-post-only .page-middle #region-main-box #region-post-box #region-main-wrap #region-main {
Expand Down

0 comments on commit 9d34160

Please sign in to comment.