Commit c448426c by Matjaz Gregoric

Add chromeless class to the wrapper when in chromeless mode.

This makes it easier for CSS rules to target chromeless mode. This is
useful for xblocks which want to use some CSS tweaks specific to the
chromeless view.
parent 7b910953
......@@ -69,7 +69,7 @@ ${HTML(fragment.foot_html())}
</%block>
<div class="course-wrapper">
<div class="course-wrapper chromeless">
<section class="course-content" id="course-content">
<main id="main" tabindex="-1" aria-label="Content">
${HTML(fragment.body_html())}
......
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