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 suggest the use of CSS ``@media print` rule in order to:
In code:
@media print { .sidebar, .nav { display: none; } .content { margin: 0; } }
Commit NOTE: Because LESS is used, I have split the codes and added them in the appropriate files.
The text was updated successfully, but these errors were encountered:
Make Guide and API Docs print-friendly, fixes meteor#24
dbef203
@sorcamarian Could you open a PR for this? It appears you made the commit on your own branch but never opened the actual PR. 😉
Sorry, something went wrong.
No branches or pull requests
Currently, this is how these sections(Guide and API Docs) appear in Chrome(v52) print-mode(ctrl + p):
I suggest the use of CSS ``@media print` rule in order to:
In code:
After the CSS codes were added:
Commit NOTE:
Because LESS is used, I have split the codes and added them in the appropriate files.
The text was updated successfully, but these errors were encountered: