Skip to content

Commit c6a08b0

Browse files
committed
Fix longstanging formatting issue with the ballot popup. Commit ready for merge.
- Legacy-Id: 9806
1 parent 73d876f commit c6a08b0

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

ietf/templates/iesg/agenda.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,7 @@
99
{% endblock %}
1010

1111
{% block morecss %}
12-
{% comment %}
13-
FACELIFT: This is an ugly hack to suppress some whitespace in bootstrap-3.2.0.
14-
Will hopefully be fixed in later versions, so this can be removed.
15-
{% endcomment %}
16-
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after,
17-
.container:before, .container:after, .container-fluid:before, .container-fluid:after,
18-
.row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after,
19-
.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before,
20-
.btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before,
21-
.navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before,
22-
.navbar-collapse:after, .pager:before, .pager:after, .panel-body:before,
23-
.panel-body:after, .modal-footer:before, .modal-footer:after {
12+
.dl-horizontal dd:before, .dl-horizontal dd:after, .panel-body:after {
2413
content: none;
2514
}
2615
{% endblock %}
@@ -137,15 +126,6 @@ <h1>IESG agenda: {{ date }} </h1>
137126
<ul class="nav nav-pills nav-stacked small" data-spy="affix">
138127
{% for num, section in sections %}
139128
{% if num|sectionlevel <= 1 %}
140-
{% comment %}
141-
{% ifchanged num|cut:"."|make_list|first %}
142-
{% if not forloop.first %}</ul>{% endif %}
143-
{% endifchanged %}
144-
<li><a href="#{{num}}">{{ section.title|safe }}</a>
145-
{% if num|sectionlevel == 1 %}
146-
{% if not forloop.last %}<ul>{% endif %}
147-
{% endif %}
148-
{% endcomment %}
149129
<li><a href="#{{num}}">{{ section.title|safe }}</a></li>
150130
{% endif %}
151131
{% endfor %}

0 commit comments

Comments
 (0)