Commit 7077ea06 by Andy Armstrong Committed by GitHub

Merge pull request #15497 from edx/andya/fix-styling-bug

Fix styling on non-Bootstrap pages
parents f137c75e 71baa6af
...@@ -141,7 +141,7 @@ from pipeline_mako import render_require_js_path_overrides ...@@ -141,7 +141,7 @@ from pipeline_mako import render_require_js_path_overrides
<%include file="/preview_menu.html" /> <%include file="/preview_menu.html" />
% endif % endif
<div class="content-wrapper ${"container-fluid" if uses_bootstrap else "container" } main-container" id="content"> <div class="content-wrapper ${"container-fluid" if uses_bootstrap else "" } main-container" id="content">
${self.body()} ${self.body()}
<%block name="bodyextra"/> <%block name="bodyextra"/>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment