stylesheet in web-interface is renamed to print.css
This commit is contained in:
parent
aa6e3f305d
commit
a35e53e290
@ -4,7 +4,7 @@
|
||||
<script src="{{ url_for('static', filename='js/paged.js')}}" type="text/javascript"></script>
|
||||
<script src="{{ url_for('static', filename='js/paged.polyfill.js')}}" type="text/javascript"></script>
|
||||
<link href="{{ url_for('static', filename='css/interface.css')}}" rel="stylesheet" type="text/css">
|
||||
<link href="{{ url_for('static', filename='css/volumetric-regimes.css')}}" rel="stylesheet" type="text/css" media="print">
|
||||
<link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="print">
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@ -24,4 +24,4 @@ window.addEventListener('load', function () {
|
||||
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user