/*
* Copyright (c) 2003-2005 Pixware.
*
* This file is part of the XMLmind XML Editor project.
* For conditions of distribution and use, see the accompanying legal.txt file.
*
* Customizes DocBook CSS style sheet for printing.
*/
@media print {
* {
background-color: transparent;
line-height: 1.2;
}
}