MDL-25892 fix for nonzero theme layout

This commit is contained in:
John Stabinger
2011-01-17 09:15:08 -05:00
parent 5a7f931ee5
commit 2e84ebda4d
+1 -1
View File
@@ -103,7 +103,7 @@ body {margin:auto 0px;width:auto;}
}
.side-post-only #page-content #region-post {
left: [[setting:regionpostwidth]];
left: [[setting:regionsumwidth]];
width: [[setting:regionpostwidth]];
}