Add horizonal ruler dividers

This commit is contained in:
luis cielak 2018-08-30 13:23:02 -04:00
parent 0a36f1d6ca
commit 1a8922750f

View File

@ -2,6 +2,7 @@
<span class='label label--error'>Response Required</span> <span class='label label--error'>Response Required</span>
{%- endmacro %} {%- endmacro %}
<hr>
<h2> <h2>
Details of Use Details of Use
{% if editable %} {% if editable %}
@ -24,7 +25,6 @@
</dd> </dd>
</div> </div>
<div> <div>
<dt>JEDI Usage</dt> <dt>JEDI Usage</dt>
<dd>{{ data['details_of_use']['jedi_usage'] or RequiredLabel() }}</dd> <dd>{{ data['details_of_use']['jedi_usage'] or RequiredLabel() }}</dd>
@ -171,7 +171,7 @@
</div> </div>
</dl> </dl>
<hr>
<h2> <h2>
Information About You Information About You
{% if editable %} {% if editable %}
@ -242,7 +242,7 @@
</div> </div>
</dl> </dl>
<hr>
<h2> <h2>
Workspace Owner Workspace Owner
{% if editable %} {% if editable %}