Skip to content

Commit 6605c03

Browse files
committed
Moved our generated bootstrap and bootstrap-theme css files to the CDN area.
- Legacy-Id: 9903
1 parent 3845e14 commit 6605c03

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{% endcomment %}
1919

2020
<link rel="stylesheet" href="{% static 'font-awesome/css/font-awesome.min.css' %}">
21-
<link rel="stylesheet" href="/css/bootstrap.min.css">
22-
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
21+
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
22+
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
2323
<link rel="stylesheet" href="/css/ietf.css">
2424
<style>
2525
{% block morecss %}{% endblock %}

ietf/templates/meeting/room-view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{% load origin %}{% origin %}
33
{% load staticfiles %}
44
<html> <head>
5-
<link rel="stylesheet" href="/css/bootstrap.min.css"> {% comment %} This sets box-sizing: border-box {% endcomment %}
6-
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
5+
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}"> {% comment %} This sets box-sizing: border-box {% endcomment %}
6+
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
77
<script src="{% static 'jquery/jquery.min.js' %}"></script>
88
<script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
99
<script type="text/javascript">

0 commit comments

Comments
 (0)