tidy up menu templates

workspace
Brendan Howell 8 years ago
parent 3b9c8b20c0
commit 74d0f97f2f

@ -51,7 +51,7 @@ class InhumanResources(Bureau):
cmd = data["cmd"]
cmdname = data["cmdname"]
desc = data["desc"]
barcode = code128.svg(prefix + cmd + ".", thickness=1.5)
barcode = code128.svg(prefix + cmd + ".")
except KeyError as e:
print("cannot add invalid command:", str(e))
return

@ -28,7 +28,7 @@
padding-bottom: 0.5em;
}
.cmdcol svg {
width: 300px;
width: 100%;
}
.cmddesc {
margin-top: 0;

Loading…
Cancel
Save