From: Ian Jackson Date: Wed, 13 Jan 2021 22:49:45 +0000 (+0000) Subject: infopane: Move background colour to infopane from us X-Git-Tag: otter-0.3.0~20 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ed890a82cfc531acb306cbb3c5bb52f7e788898f;p=otter.git infopane: Move background colour to infopane from us No intentional resulting overall visual change. Signed-off-by: Ian Jackson --- diff --git a/templates/macros.tera b/templates/macros.tera index faa7f389..f48aa1ab 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -19,9 +19,9 @@ div[id=infopane] { display: flex; flex-direction: column; + background-color: white; } div[class=uos] { - background-color: white; flex: initial; } div[id=uos] {