From 2d4b5886f6ddcab65d10761b7a3294900587b356 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Mon, 13 May 2019 10:03:30 +0200 Subject: [PATCH] small pdf layout fixes for news --- screenless/bureau/publications/article.html | 2 +- screenless/bureau/publications/news.html | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/screenless/bureau/publications/article.html b/screenless/bureau/publications/article.html index 78eb6e0..414cf34 100644 --- a/screenless/bureau/publications/article.html +++ b/screenless/bureau/publications/article.html @@ -28,7 +28,7 @@ a::after { counter-increment: sidenote-counter; content: counter(sidenote-counter); - font-size: smaller; + font-size: 7pt; vertical-align: super; } #twocol { diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index fc62108..28aa99c 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -120,6 +120,13 @@ height: auto; } .mail .mailrow { + width: 100%; + clear: both; + } + .mail .mailheader { + padding-top: 3pt; + border-top: 0.1pt solid black; + width: 100%; clear: both; } @@ -149,7 +156,7 @@ % for msg in inbox:
-
+
${msg["fromname"]} ${msg["fromaddr"]}
${msg["subject"]}
${msg["date"]}