16 lines
437 B
CSS
Executable File
16 lines
437 B
CSS
Executable File
/**
|
|
* CSS Stylesheet for printing
|
|
*
|
|
* @package admin
|
|
* @ignore
|
|
* @access private
|
|
* @copyright Copyright 2003-2005 Zen Cart Development Team
|
|
* @copyright Portions Copyright 2003 osCommerce
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: stylesheet_print.css 2599 2005-12-18 23:36:49Z drbyte $
|
|
*/
|
|
|
|
|
|
.header-area, .footer-area, .noprint,
|
|
.report-button { display: none;}
|