Browse Source

updating print stylesheet logbot

master
mb 3 years ago
parent
commit
03b01342e2
  1. 5
      LogBot/stylesheets/float.css

5
LogBot/stylesheets/float.css

@ -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;
} }
} }
Loading…
Cancel
Save