We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added some scss elements for the view and the print :
/* Modifications for view and print */ blockquote { margin: 0 0 0 0.3em; padding: 0 1em 0 1em; border-left: 0.3em solid #ccc; } pre { display: inline-block; width: 100%; vertical-align: top; font-family: monospace; font-size: 0.9em; margin: 0; padding: 0.5em; background-color: #eee; -webkit-print-color-adjust: exact; color-adjust: exact; } figure img { width: 90%; height: auto; margin: 0 5% 0 5%; border: dashed medium #ccc; } figcaption { width: 90%; height: auto; text-align: center; } @media print { blockquote { margin: 0 0 0 0.3em; padding: 0 1em 0 1em; border-style: none; border-left: 0.3em solid #ccc; } tr.item:not(.selected) { display: none; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added some scss elements for the view and the print :
The text was updated successfully, but these errors were encountered: