mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
DATAMATRIX: add DM_ISO_144
(--dmiso144) option for ISO placement
of ECC codewords instead of default "de facto"
This commit is contained in:
1
docs/templates/styles.html
vendored
1
docs/templates/styles.html
vendored
@ -13,6 +13,7 @@ $endif$
|
||||
background-color: $if(backgroundcolor)$$backgroundcolor$$else$#ffffff$endif$;
|
||||
}
|
||||
body {
|
||||
line-height: 1.2;
|
||||
margin: 0 auto;
|
||||
max-width: $if(maxwidth)$$maxwidth$$else$50em$endif$;
|
||||
padding-left: $if(margin-left)$$margin-left$$else$50px$endif$;
|
||||
|
Reference in New Issue
Block a user