diff --git a/ig-template/package/content/assets/css/ips-viewer.css b/ig-template/package/content/assets/css/ips-viewer.css index 9aa9fbd2..126dc7c9 100644 --- a/ig-template/package/content/assets/css/ips-viewer.css +++ b/ig-template/package/content/assets/css/ips-viewer.css @@ -67,7 +67,9 @@ ul { } - + .nonumbers::before { + content: "" !important; + } .socialhistory { diff --git a/ig-template/package/includes/ips.liquid b/ig-template/package/includes/ips.liquid index 87d1fa4d..603da12a 100644 --- a/ig-template/package/includes/ips.liquid +++ b/ig-template/package/includes/ips.liquid @@ -36,11 +36,11 @@ {{ pat.birthDate }}
{% endif %} -

Sections

+

Sections

{% for sec in composition.section %} -

{{ sec.title }}

+

{{ sec.title }}

{% if sec.title == "Allergies and Intolerances" %} {% assign allergies = bundle.entry | where: "resource.resourceType", "AllergyIntolerance" %}