Skip to content
New issue

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

@media Print CSS for eclipse-che.readme.io #382

Closed
SamHasler opened this issue Feb 17, 2016 · 2 comments
Closed

@media Print CSS for eclipse-che.readme.io #382

SamHasler opened this issue Feb 17, 2016 · 2 comments

Comments

@SamHasler
Copy link

Could some print CSS be added to the eclipse-che.readme.io stylesheet. As a minimum I'd suggest:

@media print {
  .section-left, img[alt="Fork me on GitHub"], .nav.pull-right, .suggest, header h1 {display: none!important;}
  body {font-size: 90%!important;}
  header, .main-content { padding: 0!important;}
}
@ddementieva
Copy link
Contributor

Can you please specify why do you need to add @media print CSS to Che docs?

@TylerJewell
Copy link

That particular command will change the way the page prints on a printer. I'll add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants