|
9 | 9 | {% endblock %} |
10 | 10 |
|
11 | 11 | {% 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 { |
24 | 13 | content: none; |
25 | 14 | } |
26 | 15 | {% endblock %} |
@@ -137,15 +126,6 @@ <h1>IESG agenda: {{ date }} </h1> |
137 | 126 | <ul class="nav nav-pills nav-stacked small" data-spy="affix"> |
138 | 127 | {% for num, section in sections %} |
139 | 128 | {% 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 %} |
149 | 129 | <li><a href="#{{num}}">{{ section.title|safe }}</a></li> |
150 | 130 | {% endif %} |
151 | 131 | {% endfor %} |
|
0 commit comments