Index: stylesheets/responsive.css =================================================================== --- stylesheets/responsive.css (revision 17769) +++ stylesheets/responsive.css (working copy) @@ -217,14 +217,23 @@ display: none; } - .splitcontentleft, #list-left { - width: 100%; + .splitcontenttop { + flex: 1; + flex-basis: 100%; } - .splitcontentright, #list-right { - width: 100%; + .splitcontentleft { + flex: 1; + flex-basis: 100%; + margin-right: 0; } + .splitcontentright { + flex: 1; + flex-basis: 100%; + margin-right: 0; + } + /*----------------------------------------*\ D) TOGGLE BUTTON & FLYOUT MENU \*----------------------------------------*/ @@ -855,4 +864,3 @@ #login-form {width:100%; margin-top:2em;} } -