Created by: ghusse
Fixes a bug in safari when printing content.
It seems some styles dedicated to screen applies in safari when printing.
Here is how to reproduce the bug:
- Create a simple HTML document like this one: http://ghusse.com/bootstrap-bug/
- Print it with safari, chrome, Firefox, IE
In Chrome, the result is similar to the result on screen:
In Safari, something weird happens:
- The page is truncated on the right
- Font sizes are smaller
With this fix, everything works great in safari too
If you want to test, here is the buggy version: http://ghusse.com/bootstrap-bug/ And here the fixed one: http://ghusse.com/bootstrap-bug/nobug.html
The fix consists to specify the media type (screen) on each media query specifying a min-width.