updating print stylesheet logbot

This commit is contained in:
mb 2021-04-17 15:13:52 +02:00
parent d345943386
commit 03b01342e2

View File

@ -55,6 +55,9 @@ hr{
span{ span{
display: none; display: none;
} }
.post{
margin: 1.5em 0;
}
.post p.message{ .post p.message{
font-size: 12pt; font-size: 12pt;
line-height: 1.5; line-height: 1.5;
@ -62,6 +65,6 @@ hr{
max-width: none; max-width: none;
} }
.post p.message img{ .post p.message img{
max-width: 75mm; max-width: 50mm;
} }
} }