Load jquery UI CSS before bootstrap

This commit is contained in:
Benjamin Dauvergne 2014-12-07 23:46:00 +01:00
parent ed7322f617
commit f43cbbf388
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@
<meta name="author" content="{% block head-author %}{% endblock %}">
<!-- bootstrap -->
<link href="{{ STATIC_URL }}jquery/css/custom-theme/jquery-ui-1.8.16.custom.css" rel="stylesheet">
<link href="{{ STATIC_URL }}bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="{{ STATIC_URL }}bootstrap/css/datepicker.css" rel="stylesheet">
<link href="{{ STATIC_URL }}polynum/base.css" rel="stylesheet">
<link href="{{ STATIC_URL }}polynum/print.css" rel="stylesheet" media="print">
<link href="{{ STATIC_URL }}jquery/css/custom-theme/jquery-ui-1.8.16.custom.css" rel="stylesheet">
{% render_block "css" %} <!-- sekizai -->
<!--HTML5 shim, for IE6-8 support of HTML5 elements -->