From e13da8b3ff2b59fecaf0b3db4a1a8e1a12710578 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 03:14:02 +0100 Subject: [PATCH] iframe body --- threadr/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index ddd8ba0..b7b7a58 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -79,6 +79,10 @@ body { font-size: 1em; } +body.iframe { + margin: 5px; +} + p { font-family: monospace; color: #001858;