Actions
Patch #23389
closedPrint Styles get overriden by responsive media query
Description
Currently the responsive styles get applied not only to screen, but also override print styles. For example, the top padding of the #main container for mobile devices will also be applied when printing a redmine page. If the print styles need to be furhter optimized, that should happen in the media query for print.
I am attaching a patch which fixes the media query so it does not get applied when printing pages.
Files
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from 3.3.1 to 3.2.4
Committed, thanks. I've merged it into 3.2 stable as well.
Actions