Tweaked the spacing of the calendar symbol link on the session details page to match the spacing otherwise used for session detail links.
- Legacy-Id: 17744
This commit is contained in:
parent
5e56f16e7c
commit
9485de6371
|
@ -17,7 +17,7 @@
|
|||
|
||||
<h1>{{ meeting }} : {{ acronym }}
|
||||
{% if meeting.date >= thisweek %}
|
||||
<a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-calendar"></span></a>
|
||||
<a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-fw fa-calendar"></span> </a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue