Hopefully fix styles for 'print schedule' page

This commit is contained in:
Lance Edgar 2016-11-26 20:29:10 -06:00
parent 06ec80e7a8
commit 139d9a4fed
2 changed files with 13 additions and 4 deletions
tailbone/static/css

View file

@ -0,0 +1,8 @@
/**********************************************************************
* styles for printing schedule
**********************************************************************/
.timesheet tbody td {
font-size: 0.8em;
}