diff --git a/ietf/templates/meeting/group_materials.html b/ietf/templates/meeting/group_materials.html index af8299d45..9f84c9e02 100644 --- a/ietf/templates/meeting/group_materials.html +++ b/ietf/templates/meeting/group_materials.html @@ -8,9 +8,9 @@ {% endcomment %} {% if session.name %} - {{ session.name }} +
{{ session.name }}
{% else %} - {{session.group.acronym}} +
{{session.group.acronym}}
{% if session.group.state.slug == "bof" %} {{ session.group.state.slug|upper }} {% endif %} diff --git a/static/css/ietf.css b/static/css/ietf.css index 65874824f..93a0ce149 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -100,7 +100,8 @@ body { padding-top: 70px; } to work around the position fixed navbar which otherwise covers them */ h2.anchor-target:before, h3.anchor-target:before, -h4.anchor-target:before { +h4.anchor-target:before, +div.anchor-target:before { content: ''; display: block; position: relative;