Encoded From headers now properly quoted (#2830141). A better fix might be to re...
[squirrelmail.git] / css / print.css
... / ...
CommitLineData
1/* printer friendly style, currently only targeted at read_body */
2
3/* Drop any irrelevant stuff that's normally on the read_body page */
4#page_header, .readMenuBar, .spacer, form, #printMessageBox,
5 #listcommands, .field_Options, .attachActions { display: none; }
6
7/* Display attachment list a bit better */
8.header5 { font-size: larger; }
9.readAttachments td, .fieldName { padding-right: 1em; }
10