This commit is contained in:
Wingy 2019-12-03 16:42:51 -05:00
parent 14dc7feab6
commit bf60927c2e
3 changed files with 51 additions and 13 deletions

View file

@ -48,4 +48,12 @@ img.emoji {
vertical-align: middle;
width: 2em !important;
height: 2em !important;
}
.print {
display: none;
}
@media print {
.notprint { display: none; }
.print { display: block; }
}