Skip to content

Commit bd07ac2

Browse files
committed
Add a class for the div around the actual page content to make it
easier to query for the interesting stuff - Legacy-Id: 8527
1 parent 7377720 commit bd07ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ietf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h4 class="modal-title" id="navmodallabel">Area &amp; WG navigation</h4>
108108
{% endwith %}
109109
</ul>
110110
</div>
111-
<div class="col-xs-9 col-md-10">
111+
<div class="col-xs-9 col-md-10 content-wrapper">
112112
<!--[if lt IE 8]>
113113
<p id="browsehappy" class="collapse alert alert-warning alert-dismissible">
114114
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>

0 commit comments

Comments
 (0)