File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 {% origin %}
3030
3131 < div class ="row ">
32- < div class ="col-md-12 " >
32+ < div class ="col-md-12 col-sm-12 col-xs-12 " >
3333
3434 {% include "meeting/meeting_heading.html" with meeting=schedule.meeting selected="floor-plan" title_extra="Floor Plan" %}
3535
4343 < div class ="anchor-target " id ="{{floor.name|slugify}} "> </ div >
4444 < h3 > {{ floor.name }}</ h3 >
4545 < div class ="floor-plan ">
46- < img class ="col-md-12 " src ="{{ floor.image.url }} " >
46+ < img class ="col-md-12 col-sm-12 col-xs-12 " src ="{{ floor.image.url }} " >
4747 <!-- We need as many of these as we can have individual rooms combining into one -->
4848 < div id ="{{floor.name|slugify}}-arrowdiv " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
4949 < div id ="{{floor.name|slugify}}-arrowdiv1 " style ="position: absolute; left: 0; top: 67.5px; visibility: hidden; "> < img id ="arrow " src ="{% static 'ietf/images/arrow-ani.gif' %} "> </ div >
You can’t perform that action at this time.
0 commit comments