parser
parser copied to clipboard
Hide send-to-kindle-button when printing
It makes no sense to print the button.
I suggest using:
@media print { .mercury-send-to-kindle-button {display: none;} }
Can somebody make a pull request who knows how?