senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 174 forks source link

Makes sure viewer's stylesheet uses media:all for printing #11

Closed yayajacky closed 8 years ago

yayajacky commented 8 years ago

http://apidock.com/rails/ActionView/Helpers/AssetTagHelper/stylesheet_link_tag

defaults to screen, so we end up not using the media print in the css.

I changed it to media: all in the viewer file

senny commented 8 years ago

@yayajacky thank you 💛