disable the right_aside on choklet two-column layouts

This commit is contained in:
friendica 2014-03-02 17:21:06 -08:00
parent 7cdfe48bb4
commit b98ddc69de
2 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,9 @@ section {
padding-bottom: 350px;
}
#region_3 {
display: none;
}
#blog-margin {
margin-right: 0;

View File

@ -42,6 +42,11 @@ section {
padding-bottom: 350px;
}
#region_3 {
display: none;
}
#blog-margin {
margin-right: 5%;
margin-left: 5%;