When I print a page from a Hobo app, all the styling is missing.

It turns out that by default all the stylesheets are marked as
media="screen", so there are no style sheets in operation for
printing.

This can be remedied for the <stylesheet> rapid tag, since it passes
attributes through to the underlying Rails helper, so one can add the
media="all" attribute.

However, the <theme-stylesheet> tag has the media="screen" attribute
hardwired in. I had to copy the source of this tag into
application.dryml and modify the local copy.

I think this needs to be changed.

Paul Howson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to