style the guided discussion text so it is boxed like the instructions text.

This commit is contained in:
Arthur Barrett
2013-03-04 14:23:41 -05:00
parent 2e6115c734
commit b0abfa07c8
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ $body-font-size: em(14);
border-top: 1px solid $border-color;
margin-top: .5em;
padding-top: .5em;
@include clearfix;
}
}

View File

@@ -22,7 +22,8 @@
Guided Discussion
<a class="annotatable-toggle annotatable-toggle-annotations" href="javascript:void(0)">Hide Annotations</a>
</div>
<div class="annotatable-section-body annotatable-content">
${content_html}
</div>
</div>
<div class="annotatable-content">${content_html}</div>
</div>