visually distinguish instructions from guided discussion section

This commit is contained in:
Arthur Barrett
2013-03-05 23:44:35 -05:00
parent 7a0aead0d9
commit 2ed7394f27
2 changed files with 3 additions and 1 deletions

View File

@@ -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; }

View File

@@ -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>