File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %}
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
You can’t perform that action at this time.
0 commit comments