Browse code

removed right border from #content when sidebar has been removed

Brandon Mathis authored on 29/08/2011 at 03:44:28
Showing 1 changed files
... ...
@@ -112,7 +112,7 @@ body.sidebar-footer {
112 112
     @extend .group;
113 113
     margin-right: $sidebar-width-medium;
114 114
     position: relative;
115
-    .no-sidebar & { margin-right: 0; }
115
+    .no-sidebar & { margin-right: 0; border-right: 0; }
116 116
     .collapse-sidebar & { margin-right: 20px; }
117 117
     > div, > article {
118 118
       padding-top: $pad-medium/2;