Skip to content

Commit 97d0d7c

Browse files
committed
Reverted to refering to font-awesome.min.css after debugging. Removed an unused css class, and instead added an id='content' on the content-holding div, for use as a selector in tests. Reverted to scheme-less script src for jquery from ajax.googleapis.com.
- Legacy-Id: 9393
1 parent 20bfe9d commit 97d0d7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/ietf.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" href="/css/bootstrap.min.css">
1010
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
11-
<link rel="stylesheet" href="/css/font-awesome.css">
11+
<link rel="stylesheet" href="/css/font-awesome.min.css">
1212
<link rel="stylesheet" href="/css/ietf.css">
1313
<style>
1414
{% block morecss %}{% endblock %}
@@ -56,7 +56,7 @@
5656
</div>
5757
</nav>
5858

59-
<div class="content container-fluid">
59+
<div class="container-fluid">
6060
{% if messages %}
6161
<div class="row">
6262
<div class="col-lg-12">
@@ -74,7 +74,7 @@
7474
{% include "base/menu.html" with flavor="left" %}
7575
</ul>
7676
</div>
77-
<div class="col-md-10">
77+
<div class="col-md-10" id="content">
7878
<!--[if lt IE 8]>
7979
<p id="browsehappy" class="collapse alert alert-warning alert-dismissible">
8080
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
@@ -139,7 +139,7 @@
139139
</div>
140140
</footer>
141141
</div>
142-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
142+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
143143
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script>
144144
<!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): -->
145145
<!-- Do this as early as possible (after loading the page and jQuery) to avoid rendering changes -->

0 commit comments

Comments
 (0)