Hi!
I switched on Duplicate vertical headers to the right option in Settings->Timetables menu and generated timetable.
Then I edited css file and changed text font size in the left and right headers by use of
th.yAxis {
height: 8ex;
font-size: smaller;
}
In webbrowser view only left header had smaller font.
I looked into the html file and added <th class="yAxis">11:00-11:30</th> for the test and it worked out.
This line should be added hundred times so please correct this error.
<tr>
<th class="yAxis">11:00-11:30</th>
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<!-- span -->
<th class="yAxis">11:00-11:30</th> <------ missed ?!
</tr>
Thank you for the bug report! It will be fixed right-away, I hope, by Volker, if possible.
This bug was fixed in FET-5.30.4, released today. Thank you for the bug report!
Thanks for the quick response and a new version of the program. :D