Skip to content

Commit

Permalink
Move to bootstrap.min retspen#116
Browse files Browse the repository at this point in the history
  • Loading branch information
retspen committed Sep 29, 2013
1 parent 27342e6 commit 4edc633
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 7,905 deletions.
5,909 changes: 0 additions & 5,909 deletions static/css/bootstrap.css

This file was deleted.

9 changes: 9 additions & 0 deletions static/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file modified static/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Binary file modified static/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file modified static/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
1,992 changes: 0 additions & 1,992 deletions static/js/bootstrap.js

This file was deleted.

6 changes: 6 additions & 0 deletions static/js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
<title>{% block title %}{% endblock %}</title>
<link href="{% static "css/bootstrap.css" %}" rel="stylesheet">
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
<link href="{% static "css/base.css" %}" rel="stylesheet">
{% block style %}{% endblock %}
</head>
Expand Down Expand Up @@ -45,7 +45,7 @@
{% block content %}{% endblock %}
</div>
<script src="{% static "js/jquery-1.10.2.js" %}"></script>
<script src="{% static "js/bootstrap.js" %}"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
{% block script %}{% endblock %}
</body>
</html>
4 changes: 2 additions & 2 deletions templates/base_auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
<title>{% block title %}{% endblock %}</title>
<link href="{% static "css/bootstrap.css" %}" rel="stylesheet">
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
<link href="{% static "css/base.css" %}" rel="stylesheet">
<link href="{% static "css/signin.css" %}" rel="stylesheet">
</head>
Expand Down Expand Up @@ -40,6 +40,6 @@
{% block content %}{% endblock %}
</div>
<script src="{% static "js/jquery-1.10.2.js" %}"></script>
<script src="{% static "js/bootstrap.js" %}"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
</body>
</html>

0 comments on commit 4edc633

Please sign in to comment.