8 lines
225 B
CSS
8 lines
225 B
CSS
|
|
/**********************************************************************
|
|
* styles for printing schedule
|
|
**********************************************************************/
|
|
|
|
.timesheet tbody td {
|
|
font-size: 0.8em;
|
|
}
|