diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index a53b8bd..a030c2b 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -7,7 +7,7 @@ @media print { @page { size: A4; - margin: 1cm; + margin: 0.5cm 1cm 1cm 1cm; } } html { @@ -43,8 +43,8 @@ } #edition { font-family: "Cormorant SC"; - border-top: 2px solid black; - border-bottom: 2px solid black; + border-top: 1px solid black; + border-bottom: 1px solid black; padding: 5px; clear: both; font-weight: 400; @@ -100,7 +100,6 @@ } .mail .mailsender { width: 25%; - word-break: break-all; } .mail .mailsubject { width: 50%; @@ -143,15 +142,15 @@
% for entry in news: -
- % if entry.img != " ": - img - % endif -
${entry.title}
-
${entry.source}
-
${entry.summary}
-
${entry.svg}
-
+
+ % if entry.img != " ": + img + % endif +
${entry.title}
+
${entry.source}
+
${entry.summary}
+
${entry.svg}
+
% endfor
% if len(inbox) > 0: