From 48eb8d41827fe5517226783ee25043665001275e Mon Sep 17 00:00:00 2001 From: mb Date: Sat, 17 Apr 2021 15:17:31 +0200 Subject: [PATCH] updating print stylesheet logbot --- LogBot/stylesheets/float.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index 3e17385..762d271 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -56,7 +56,7 @@ hr{ display: none; } .post{ - margin: 1.5em 0.5em; + margin: 1.5em 0.75em; } .post p.message{ font-size: 12pt; @@ -65,7 +65,7 @@ hr{ max-width: none; } .post p.message img{ - max-width: 50mm; + max-width: 65mm; transform: rotate(5deg); } } \ No newline at end of file