pdfFlipbook 0.3.0.2 - OMP 3.5
·
1 commit
to stable-3_5_0
since this release
Fixed
- The button's icon rendered as an empty box wherever the theme does not style
the surrounding links. The::beforecarried the FontAwesome codepoint but
inherited the body font, so the glyph had nowhere to come from. It showed up
correctly next to the book's own PDF only because the theme applies FontAwesome
to download links inside the publication-format box; in a chapter list,
where the same button is injected, the container gets no such treatment and the
reader saw a tofu box. The font is now declared on the pseudo-element itself
instead of being inherited.