2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/admin/styles/default/printablestyle.css
2010-01-14 07:45:37 +00:00

11 lines
127 B
CSS

@media print{
#exportbutton {display: none;}
}
.statisticstable {
page-break-after:always;
}
td {
color: #fff;
}