Commit 2ed7394f by Arthur Barrett

visually distinguish instructions from guided discussion section

parent 7a0aead0
......@@ -17,6 +17,8 @@ $body-font-size: em(14);
border-radius: .5em;
margin-bottom: .5em;
&.shaded { background-color: #EDEDED; }
.annotatable-section-title {
font-weight: bold;
a { font-weight: normal; }
......
......@@ -6,7 +6,7 @@
</div>
% if instructions_html is not UNDEFINED and instructions_html is not None:
<div class="annotatable-section">
<div class="annotatable-section shaded">
<div class="annotatable-section-title">
Instructions
<a class="annotatable-toggle annotatable-toggle-instructions expanded" href="javascript:void(0)">Collapse Instructions</a>
......
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