disable footer for print

This commit is contained in:
Ralf Becker 2015-02-06 13:29:08 +00:00
parent a949022b5d
commit 6f13c4ee86

View File

@ -16,7 +16,7 @@
*/
@media print {
#egw_fw_topmenu_addons, #egw_fw_header {
#egw_fw_topmenu_addons, #egw_fw_header, #egw_fw_footer {
display: none;
}
} /* @media print */