Hey all, I am developing a big website using blueprint css, I came across a few improvements to my print and screen.css, most of it is probably worth not sharing as it might be specific but if you feel like having a look I can send it. I thought I'd share my ideas and hopefully be able to contribute with Blueprint CSS.
According to the famous article on http://www.alistapart.com/articles/goingtoprint/ We should be using serif fonts and font-size 12pt for printing my suggestion is on print.css change the body to body { line-height:1.5;font-family:Georgia, Times, "Times New Roman", serif;color:#000;background:none;font-size:12pt} Second suggestions is the inclusion of a class "padding", I have found it really useful, this is used inside a span-* class .padding { padding:1.5em } Third suggestion is a class called "hide" .hide { display:none } Thank you, and look forward to hear your thoughts. Filype -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" 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/blueprintcss?hl=en.
