1 2 3 4 5 6 7 8 9 10 11 12 13
div.schedule_day { height: <?= $whole_height ?>px; } div.schedule_marker { height: <?= floor($entry_height / 2) ?>px; line-height: <?= floor($entry_height / 2) ?>px; margin-bottom: <?= floor($entry_height / 2) ?>px; } div.schedule_hours { height: <?= $entry_height ?>px; }