layout tweaks to articles

workspace
Brendan Howell 6 years ago
parent 6e7f11e3a4
commit 9477572259

@ -49,6 +49,10 @@
width: 50%;
height: 50%;
}
.endnotebc {
width: 50%;
height: 50%;
}
</style>
<body>
<h1>${title}</h1>

@ -175,7 +175,7 @@ class Publications(Bureau):
#TODO: make this barcode inline thing a util method
encoded_svg = b64encode(bytes(svg, 'utf-8')).decode()
encoded_data = "data:image/svg+xml;charset=utf-8;base64," + encoded_svg
svg = '<img src="%s"/>' % encoded_data
svg = '<img class="endnotebc" src="%s"/>' % encoded_data
footnote.append(lxml.html.fromstring(svg))
html.append(footnote)

Loading…
Cancel
Save