Thanks, colin, i figured it out.  The problem was that the main 
stylesheet, style.css was also being used for printing, so i needed to 
change the link for the main stylesheet to have media="screen, print". 
So, it was nothing to do with the link to print.css at all.

So, now my links look like this:

    <%= stylesheet_link_tag "style", "incomplete", :media => "screen, 
print" %>
    <%= stylesheet_link_tag "print", :media => "print" %>

and it's all good.

cheers
max
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to