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