Commit b0abfa07 by Arthur Barrett

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

parent 2e6115c7
...@@ -25,6 +25,7 @@ $body-font-size: em(14); ...@@ -25,6 +25,7 @@ $body-font-size: em(14);
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
margin-top: .5em; margin-top: .5em;
padding-top: .5em; padding-top: .5em;
@include clearfix;
} }
} }
......
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
Guided Discussion Guided Discussion
<a class="annotatable-toggle annotatable-toggle-annotations" href="javascript:void(0)">Hide Annotations</a> <a class="annotatable-toggle annotatable-toggle-annotations" href="javascript:void(0)">Hide Annotations</a>
</div> </div>
<div class="annotatable-section-body annotatable-content">
${content_html}
</div>
</div> </div>
<div class="annotatable-content">${content_html}</div>
</div> </div>
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