View | Details | Raw Unified | Return to bug 10451
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/print.css (-1 / +7 lines)
Lines 97-102 table { Link Here
97
	width : 99%;
97
	width : 99%;
98
}
98
}
99
99
100
@-moz-document url-prefix() {
101
    table {
102
        /* tries to fix firefox 21+ shrink-to-fit */
103
        page-break-inside: avoid;
104
    }
105
}
106
100
table.list {
107
table.list {
101
	background-color : #FFFFFF;
108
	background-color : #FFFFFF;
102
	border : 0;
109
	border : 0;
103
- 

Return to bug 10451