1 parent 952bc90 commit 71f52bcCopy full SHA for 71f52bc
1 file changed
ietf/templates/group/meetings.html
@@ -40,7 +40,7 @@ <h2 class="mt-5" id="inprogressmeets">Meetings in progress</h2>
40
{% if future %}
41
<h2 class="mt-5" id="futuremeets">
42
Future Meetings
43
- <a class="float-end"
+ <a class="ms-2"
44
aria-label="icalendar entry for all scheduled future {{ group.acronym }} meetings"
45
title="icalendar entry for all scheduled future {{ group.acronym }} meetings"
46
href="{% url 'ietf.meeting.views.upcoming_ical' %}?show={{ group.acronym }}">
@@ -174,4 +174,4 @@ <h2 class="mt-5" id="farpastmeets">Meetings more than four years ago</h2>
174
ietf_timezone.initialize('local');
175
});
176
</script>
177
-{% endblock %}
+{% endblock %}
0 commit comments