Show More
@@ -14,8 +14,6 b'' | |||||
14 | <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> |
|
14 | <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> | |
15 | <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" /> |
|
15 | <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" /> | |
16 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> |
|
16 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> | |
17 | {% block stylesheet %} |
|
|||
18 | {% endblock %} |
|
|||
19 | {% block lesscss %} |
|
17 | {% block lesscss %} | |
20 | {% if use_less %} |
|
18 | {% if use_less %} | |
21 | <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" /> |
|
19 | <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" /> | |
@@ -23,6 +21,8 b'' | |||||
23 | <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/> |
|
21 | <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/> | |
24 | {% endif %} |
|
22 | {% endif %} | |
25 | {% endblock lesscss%} |
|
23 | {% endblock lesscss%} | |
|
24 | {% block stylesheet %} | |||
|
25 | {% endblock %} | |||
26 | <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" /> |
|
26 | <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" /> | |
27 |
|
27 | |||
28 |
|
28 |
General Comments 0
You need to be logged in to leave comments.
Login now