Fix of nonzero dock issue, MDL-23702
This commit is contained in:
@@ -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 {
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user