mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1380 from SchrodingersGat/label-base
Adds body styling to label base
This commit is contained in:
commit
33f195533e
@ -10,6 +10,11 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
margin: 0mm;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
|
Loading…
Reference in New Issue
Block a user