1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Add responsive to starages

This commit is contained in:
Retspen 2015-03-05 16:56:22 +02:00
parent 3e14977b8f
commit c763eaa63c
8 changed files with 344 additions and 58 deletions

View file

@ -63,11 +63,7 @@
<!-- Bootstrap Core JavaScript -->
<script src="{% static "js/bootstrap.min.js" %}"></script>
<!-- Morris Charts JavaScript -->
<script src="{% static "js/plugins/morris/raphael.min.js" %}"></script>
<script src="{% static "js/plugins/morris/morris.min.js" %}"></script>
<script src="{% static "js/plugins/morris/morris-data.js" %}"></script>
{% block script %}{% endblock %}
</body>
</html>