Skip to content

Commit

Permalink
Fix for the 2 column wide layouts having the extra large sidebar when…
Browse files Browse the repository at this point in the history
… it shouldn't have (that was a bug)
  • Loading branch information
Frumph committed Dec 30, 2013
1 parent acc5dd8 commit b31e936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Expand Up @@ -424,7 +424,7 @@ body.layout-2cl #content-column, body.layout-2cr #content-column {

body.layout-2clw #content-column,
body.layout-2crw #content-column {
width: 658px;
width: 762px;
}

body.layout-3clgn #content-column,
Expand Down Expand Up @@ -811,10 +811,12 @@ body.layout-3cl #sidebar-right {
float: left;
}

/*
body.layout-2clw #sidebar-left,
body.layout-2crw #sidebar-right {
width: 308px;
}
*/

.sidebar-basic ul, .sidebar-basic li {
margin: 0;
Expand Down

0 comments on commit b31e936

Please sign in to comment.