Commit 38b04f2a by Brian Talbot

Studio: adds in older styling dependent class to unit <body> elem

parent 3bec8c66
// studio - views - unit
// ====================
.view-unit {
body.course.unit,.view-unit {
.main-wrapper {
margin-top: ($baseline*2);
......
......@@ -3,7 +3,7 @@
<%! from django.core.urlresolvers import reverse %>
<%namespace name="units" file="widgets/units.html" />
<%block name="title">${_("Individual Unit")}</%block>
<%block name="bodyclass">is-signedin course unit</%block>
<%block name="bodyclass">is-signedin course unit view-unit</%block>
<%block name="jsextra">
<script type='text/javascript'>
......
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