Skip to content

Commit c86c6e5

Browse files
committed
Fixed up the div tree to bring back the section navigation on the IESG agenda, and fixed the div level and width for the footer.
- Legacy-Id: 12731
1 parent 9f771d4 commit c86c6e5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

ietf/templates/iesg/agenda.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
{% block content %}
2222
{% origin %}
23-
23+
<div class="row">
24+
<div class="col-md-10">
2425
<h1>IESG agenda: {{ date }} </h1>
2526

2627
<ul class="nav nav-tabs" role="tablist">
@@ -124,10 +125,13 @@ <h1>IESG agenda: {{ date }} </h1>
124125

125126
<div class="col-md-2 hidden-print bs-docs-sidebar" id="affix">
126127
<ul class="nav nav-pills nav-stacked small" data-spy="affix">
127-
{% for num, section in sections %}
128-
{% if num|sectionlevel <= 1 %}
128+
{% for num, section in sections %}
129+
{% if num|sectionlevel <= 1 %}
129130
<li><a href="#{{num}}">{{ section.title|safe }}</a></li>
130131
{% endif %}
131132
{% endfor %}
132133
</ul>
134+
</div>
135+
136+
</div>
133137
{% endblock content %}

0 commit comments

Comments
 (0)