set width for region_3 only if center page content is set

This commit is contained in:
Mario Vavti
2015-06-11 13:07:45 +02:00
parent c8fe408a62
commit 8c4b337918
3 changed files with 15 additions and 4 deletions

View File

@@ -2,3 +2,9 @@ main {
margin-left: auto;
margin-right: auto;
}
aside#region_3 {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
}

View File

@@ -24,7 +24,7 @@ body {
height: 100%;
}
aside {
aside#region_1 {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;