We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f771d4 commit c86c6e5Copy full SHA for c86c6e5
1 file changed
ietf/templates/iesg/agenda.html
@@ -20,7 +20,8 @@
20
21
{% block content %}
22
{% origin %}
23
-
+ <div class="row">
24
+ <div class="col-md-10">
25
<h1>IESG agenda: {{ date }} </h1>
26
27
<ul class="nav nav-tabs" role="tablist">
@@ -124,10 +125,13 @@ <h1>IESG agenda: {{ date }} </h1>
124
125
126
<div class="col-md-2 hidden-print bs-docs-sidebar" id="affix">
127
<ul class="nav nav-pills nav-stacked small" data-spy="affix">
- {% for num, section in sections %}
128
- {% if num|sectionlevel <= 1 %}
+ {% for num, section in sections %}
129
+ {% if num|sectionlevel <= 1 %}
130
<li><a href="#{{num}}">{{ section.title|safe }}</a></li>
131
{% endif %}
132
{% endfor %}
133
</ul>
134
+ </div>
135
+
136
137
{% endblock content %}
0 commit comments