Studio: adds in older styling dependent class to unit <body> elem
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 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'>
|
||||
|
||||
Reference in New Issue
Block a user