summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind/addon/config/scons/css/print.imp
blob: d12a18b74688fc5a27c2bceecc32b66c528965c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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; 
    }
}