Skip to content

Commit ee789ea

Browse files
committed
Removed the floor index sidebar, as it took away too much room from the floor-plans.
- Legacy-Id: 11587
1 parent cd857c3 commit ee789ea

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

ietf/templates/meeting/floor-plan.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
{% endblock %}
3333

34-
{% block bodyAttrs %}onload="automaticarrow(); checkParams();" data-spy="scroll" data-target="#affix"{% endblock %}
34+
{% block bodyAttrs %}onload="automaticarrow(); checkParams();"{% endblock %}
3535

3636
{% block content %}
3737
{% origin %}
@@ -46,7 +46,7 @@
4646

4747

4848
<div class="row">
49-
<div class="col-md-10">
49+
<div class="col-md-12">
5050
{% for floor in floors %}
5151
<div class="anchor-target" id="{{floor.name|slugify}}"></div>
5252
<h3>{{ floor.name }}</h3>
@@ -76,13 +76,6 @@ <h3>{{ floor.name }}</h3>
7676
<div class="row"></div>
7777
{% endfor %}
7878
</div>
79-
<div class="col-md-2 hidden-print bs-docs-sidebar" id="affix">
80-
<ul class="nav nav-pills nav-stacked small" data-spy="affix">
81-
{% for floor in floors %}
82-
<li><a href="#{{floor.name|slugify}}">{{ floor.name }}</a></li>
83-
{% endfor %}
84-
</ul>
85-
</div>
8679
</div>
8780
{% endblock %}
8881

0 commit comments

Comments
 (0)