make file and other less

This commit is contained in:
Bussonnier Matthias 2012-12-23 22:57:26 +01:00 committed by Matthias BUSSONNIER
parent 412b54b21f
commit d71a490c12
4 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,4 @@
@import "flexible-box-model.less";
@import "notebook.less"; @import "notebook.less";
@import "printnotebook.less"; @import "printnotebook.less";
@import "renderedhtml.less"; @import "renderedhtml.less";

View File

@ -19,13 +19,9 @@ window.mathjax_url = "{{mathjax_url}}";
<link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" /> <link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" />
{% if use_less %} {% if use_less %}
<link rel="stylesheet/less" href="{{ static_url("less/notebook.less") }}" type="text/css" /> <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" />
<link rel="stylesheet/less" href="{{ static_url("less/tooltip.less") }}" type="text/css" />
<link rel="stylesheet/less" href="{{ static_url("less/renderedhtml.less") }}" type="text/css" />
<link rel="stylesheet/less" href="{{ static_url("less/printnotebook.less") }}" type="text/css"/>
{% else %} {% else %}
<link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/> <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/>
{% endif %} {% endif %}
{% endblock %} {% endblock %}

View File

@ -13,7 +13,6 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" /> <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/fbm.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/>
{% block stylesheet %} {% block stylesheet %}
{% endblock %} {% endblock %}

View File

@ -4,7 +4,8 @@
{% block stylesheet %} {% block stylesheet %}
<link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" /> <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" /> <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" />
{% endblock %} {% endblock %}