Moved our generated bootstrap and bootstrap-theme css files to the CDN area.

- Legacy-Id: 9903
This commit is contained in:
Henrik Levkowetz 2015-07-27 20:34:25 +00:00
parent 3845e14500
commit 6605c03f83
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@
{% endcomment %}
<link rel="stylesheet" href="{% static 'font-awesome/css/font-awesome.min.css' %}">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
<link rel="stylesheet" href="/css/ietf.css">
<style>
{% block morecss %}{% endblock %}

View file

@ -2,8 +2,8 @@
{% load origin %}{% origin %}
{% load staticfiles %}
<html> <head>
<link rel="stylesheet" href="/css/bootstrap.min.css"> {% comment %} This sets box-sizing: border-box {% endcomment %}
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.min.css' %}"> {% comment %} This sets box-sizing: border-box {% endcomment %}
<link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap-theme.min.css' %}">
<script src="{% static 'jquery/jquery.min.js' %}"></script>
<script src="{% static 'bootstrap/js/bootstrap.min.js' %}"></script>
<script type="text/javascript">