removed right border from #content when sidebar has been removed
This commit is contained in:
parent
5efd0fb08e
commit
376a22a355
@ -112,7 +112,7 @@ body.sidebar-footer {
|
|||||||
@extend .group;
|
@extend .group;
|
||||||
margin-right: $sidebar-width-medium;
|
margin-right: $sidebar-width-medium;
|
||||||
position: relative;
|
position: relative;
|
||||||
.no-sidebar & { margin-right: 0; }
|
.no-sidebar & { margin-right: 0; border-right: 0; }
|
||||||
.collapse-sidebar & { margin-right: 20px; }
|
.collapse-sidebar & { margin-right: 20px; }
|
||||||
> div, > article {
|
> div, > article {
|
||||||
padding-top: $pad-medium/2;
|
padding-top: $pad-medium/2;
|
||||||
|
Loading…
Reference in New Issue
Block a user