diff --git a/screenless/bureau/publications/article.html b/screenless/bureau/publications/article.html index b82d3cd..e826846 100644 --- a/screenless/bureau/publications/article.html +++ b/screenless/bureau/publications/article.html @@ -33,7 +33,7 @@ padding-left: 0; } figcaption { - size: smaller; + font-size: smaller; font-style: italic; } a { diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index 9443ead..1fa9d68 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -154,7 +154,7 @@ class Publications(Bureau): if period["day"] != current: day_count += 1 prn.textln(" - " + period["period"]) - prn.image(period["png"]) + prn.image(period["png"], impl="bitImageColumn") prn.textln(period["mintemp"] + " - " + period["maxtemp"] + "°C") if day_count > 4: break