2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

same treatment for html

This commit is contained in:
2021-05-06 14:33:03 +02:00
parent f2b0717d10
commit a77d9d9de7
51 changed files with 103 additions and 103 deletions

View File

@ -98,7 +98,7 @@ content: "v{{report_revision}} - {{ date.isoformat }}";
<div class='details-image'>
<img class='part-image' src="{% part_image part %}">
</div>
<div class='details-container'>
<table class='details-table'>

View File

@ -13,7 +13,7 @@
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
{% endblock %}
@top-left {
{% block top_left %}
{% endblock %}
@ -98,7 +98,7 @@
{% block page_content %}
{% endblock %}
</div>
<div class='footer'>
{% block footer_content %}
{% endblock %}