removed right border from #content when sidebar has been removed

This commit is contained in:
Brandon Mathis 2011-08-28 22:44:28 -05:00
parent 5efd0fb08e
commit 376a22a355

View File

@ -112,7 +112,7 @@ body.sidebar-footer {
@extend .group;
margin-right: $sidebar-width-medium;
position: relative;
.no-sidebar & { margin-right: 0; }
.no-sidebar & { margin-right: 0; border-right: 0; }
.collapse-sidebar & { margin-right: 20px; }
> div, > article {
padding-top: $pad-medium/2;